#lossless #encoding

arithmetic-coding

fast and flexible arithmetic coding library

5 unstable releases

0.3.1 Aug 17, 2022
0.3.0 Aug 4, 2022
0.2.0 Mar 23, 2022
0.1.1 Mar 23, 2022
0.1.0 Mar 19, 2022

#34 in #lossless

44 downloads per month
Used in 2 crates

MIT license

265KB
663 lines

Arithmetic Coding

Latest Docs Continuous integration codecov

A symbolic arithmetic coding library.

Extending this library is as simple as implementing the Model trait for your own type, and then plugging it in the provided Encoder/Decoder. Supports both fixed-length and variable-length encoding, as well as both adaptive and non-adaptive models.

Take a look at the API docs or the examples.

This crate is heavily inspired by

Dependencies

~0.5–1MB
~22K SLoC