Module enc

Source
Expand description

§Encoding BER.

Re-exports§

pub use crate::error::BerEncodeErrorKind;
pub use crate::error::EncodeError;
pub use crate::error::EncodeErrorKind;

Structs§

Encoder
A BER and variants encoder. Capable of encoding to BER, CER, and DER.
EncoderOptions
Options for configuring the Encoder.