Module coer

Source
Expand description

COER is a binary encoding rule that is a subset of OER. Encodes and decodes as COER in this stricter variant.

Re-exports§

pub use super::oer::*;

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 COER.
encode_with_constraints
Attempts to encode value of type T into COER with constraints.