arithmetify 0.1.5

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

[dependencies]

[[bench]]
name = "bench_arith32"
harness = false

[dev-dependencies]
criterion = "0.7"
rand = "0.9"