Expand description
Encoding of values of any type to/from a sequence of code words of fixed bit length.
Re-exports
pub use minimum_redundancy;
Structs
- Iterator over codeword fragments.
Enums
- Result of fragment decoding returned be
consumemethod ofDecoder.
Traits
- Coding builder.
- A bijection between values and codewords. Codewords are sequences of fragments. Each fragment occupies constant number of bits.
- Decoder that decodes a value for codeword given fragment by fragment.
- Codings that implement
SerializableCodingcan be serialized/deserialized.