Crates.io | arithmetic-coding |
lib.rs | arithmetic-coding |
version | 0.4.0 |
source | src |
created_at | 2022-03-19 17:55:34.98481 |
updated_at | 2024-10-29 10:44:53.937469 |
description | fast and flexible arithmetic coding library |
homepage | |
repository | https://github.com/danieleades/arithmetic-coding |
max_upload_size | |
id | 553255 |
size | 659,909 |
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