| Crates.io | arithmetic-coding-adder-dep |
| lib.rs | arithmetic-coding-adder-dep |
| version | 0.3.3 |
| created_at | 2023-11-30 15:10:35.15702+00 |
| updated_at | 2025-05-15 20:36:59.455396+00 |
| description | fast and flexible arithmetic coding library |
| homepage | |
| repository | https://github.com/danieleades/arithmetic-coding |
| max_upload_size | |
| id | 1054236 |
| size | 653,668 |
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