arithmetic-coding-adder-dep

Crates.ioarithmetic-coding-adder-dep
lib.rsarithmetic-coding-adder-dep
version0.3.2
sourcesrc
created_at2023-11-30 15:10:35.15702
updated_at2023-12-12 22:26:15.943331
descriptionfast and flexible arithmetic coding library
homepage
repositoryhttps://github.com/danieleades/arithmetic-coding
max_upload_size
id1054236
size650,814
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: 62

cargo fmt