arithmetify 0.1.4

A simple implementation of arithmetic coding
Documentation
[[bench]]
harness = false
name = "bench_arith32"
path = "benches/bench_arith32.rs"

[dependencies]

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.rand]
version = "0.9"

[lib]
name = "arithmetify"
path = "src/lib.rs"

[package]
authors = ["Mahdi Khodabandeh <20.mahdikh.0@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "compression"]
description = "A simple implementation of arithmetic coding"
edition = "2021"
keywords = ["arithmetic-coding", "compression", "data-compression", "entropy-coding", "library"]
license = "MIT"
name = "arithmetify"
readme = "README.md"
repository = "https://github.com/khoda81/arithmetify"
version = "0.1.4"