arithmetic-coding 0.1.1

fast and flexible arithmetic coding library
Documentation
[[bench]]
harness = false
name = "sherlock"
[dependencies.arithmetic-coding-core]
version = "0.1.0"

[dependencies.bitstream-io]
version = "1.2.0"

[dependencies.thiserror]
version = "1.0.30"
[dev-dependencies.criterion]
version = "0.3.5"

[package]
categories = ["compression", "encoding", "parsing"]
description = "fast and flexible arithmetic coding library"
edition = "2021"
keywords = ["compression", "encoding", "arithmetic-coding", "lossless"]
license = "MIT"
name = "arithmetic-coding"
repository = "https://github.com/danieleades/arithmetic-coding"
resolver = "2"
version = "0.1.1"