Crates.io | arithmetic-coding-adder-dep |
lib.rs | arithmetic-coding-adder-dep |
version | 0.3.2 |
source | src |
created_at | 2023-11-30 15:10:35.15702 |
updated_at | 2023-12-12 22:26:15.943331 |
description | fast and flexible arithmetic coding library |
homepage | |
repository | https://github.com/danieleades/arithmetic-coding |
max_upload_size | |
id | 1054236 |
size | 650,814 |
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