arithmetic-coding

Crates.ioarithmetic-coding
lib.rsarithmetic-coding
version0.4.0
sourcesrc
created_at2022-03-19 17:55:34.98481
updated_at2024-10-29 10:44:53.937469
descriptionfast and flexible arithmetic coding library
homepage
repositoryhttps://github.com/danieleades/arithmetic-coding
max_upload_size
id553255
size659,909
(danieleades)

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

Was this useful? Buy me a coffee

Commit count: 62

cargo fmt