Expand description
§Decoding BER
Re-exports§
pub use crate::error::DecodeError;
pub use crate::error::BerDecodeErrorKind;
pub use crate::error::CodecDecodeError;
pub use crate::error::DecodeErrorKind;
pub use crate::error::DerDecodeErrorKind;
Structs§
- Decoder
- A BER and variants decoder. Capable of decoding BER, CER, and DER.
- Decoder
Options - The options for the
Decoder
.