Module decoder

Source
Expand description

The Decoder half of the arithmetic coding library.

Structsยง

DecodeIter
The iterator returned by the [Model::decode_all] method
Decoder
An arithmetic decoder
State
A convenience struct which stores the internal state of an Decoder.