[package]
edition = "2021"
name = "ans"
version = "0.1.1"
authors = ["Arc <attobop@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Asymmetric Numeral Systems: near-optimal entropy coding primitives."
homepage = "https://github.com/arclabs561/ans"
documentation = "https://docs.rs/ans"
readme = "README.md"
keywords = [
"ans",
"entropy-coding",
"compression",
]
categories = [
"compression",
"algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/ans"
[features]
default = ["std"]
std = ["thiserror/std"]
[lib]
name = "ans"
path = "src/lib.rs"
[[example]]
name = "basic"
path = "examples/basic.rs"
[dependencies.thiserror]
version = "2.0"
default-features = false
[dev-dependencies.proptest]
version = "1.5"