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
frominput
using OER. - decode_
with_ constraints - Attempts to decode
T
frominput
using OER with constraints. - encode
- Attempts to encode
value
of typeT
to COER. - encode_
with_ constraints - Attempts to encode
value
of typeT
into COER with constraints.