Module oer

Source
Expand description

Codec for Octet Encoding Rules (OER). Encodes in canonical format (COER), and decodes in more versatile format (OER).

Re-exports§

pub use self::de::Decoder;
pub use self::enc::Encoder;

Modules§

de
enc

Functions§

decode
Attempts to decode T from input using OER.
decode_with_constraints
Attempts to decode T from input using OER with constraints.
encode
Attempts to encode value of type T to OER.
encode_with_constraints
Attempts to encode value to COER with constraints.