Expand description

Core traits for the arithmetic-coding-adder-dep crate

Modules

  • Helper trait for creating fixed-length Models
  • Helper trait for creating fixed-length Models
  • Helper trait for creating Models which only accept a single symbol

Traits

  • A trait for a type that can be used for the internal integer representation of an encoder or decoder
  • A Model is used to calculate the probability of a given symbol occuring in a sequence. The Model is used both for encoding and decoding.