Expand description
Arithmetic coding library
Re-exports§
Modules§
- decoder
- The
Decoder
half of the arithmetic coding library. - encoder
- The
Encoder
half of the arithmetic coding library. - fixed_
length - Helper trait for creating fixed-length Models
- max_
length - Helper trait for creating fixed-length Models
- one_
shot - Helper trait for creating Models which only accept a single symbol
Enums§
- Error
- Errors that can occur during encoding/decoding