arithmetic-coding-adder-dep

Crates.ioarithmetic-coding-adder-dep
lib.rsarithmetic-coding-adder-dep
version0.3.3
created_at2023-11-30 15:10:35.15702+00
updated_at2025-05-15 20:36:59.455396+00
descriptionfast and flexible arithmetic coding library
homepage
repositoryhttps://github.com/danieleades/arithmetic-coding
max_upload_size
id1054236
size653,668
Andrew C. Freeman (ac-freeman)

documentation

README

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

Commit count: 78

cargo fmt