constriction 0.3.5

Entropy coders for research and production (Rust and Python).
Documentation
[[bench]]
harness = false
name = "lookup"
[dependencies.hashbrown]
version = "0.14.0"

[dependencies.libm]
version = "0.2.6"

[dependencies.ndarray]
optional = true
version = "0.15"

[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2.15"

[dependencies.numpy]
optional = true
version = "0.20"

[dependencies.probability]
version = "0.20"

[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.20"

[dependencies.smallvec]
version = "1.6.1"
[dev-dependencies.byteorder]
version = "1.4.2"

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

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

[dev-dependencies.rand_pcg]
version = "0.3"

[dev-dependencies.rand_xoshiro]
version = "0.6"

[features]
default = ["std"]
pybindings = ["ndarray", "numpy", "pyo3"]
std = []

[lib]
crate-type = ["rlib", "cdylib"]
name = "constriction"

[package]
authors = ["Robert Bamler <robert.bamler@uni-tuebingen.de>"]
categories = ["compression", "science", "no-std"]
description = "Entropy coders for research and production (Rust and Python)."
documentation = "https://docs.rs/constriction/"
edition = "2018"
homepage = "https://bamler-lab.github.io/constriction/"
keywords = ["compression", "entropy-coding", "range-coding", "python", "machine-learning"]
license = "MIT OR Apache-2.0 OR BSL-1.0"
name = "constriction"
readme = "README-rust.md"
repository = "https://github.com/bamler-lab/constriction/"
version = "0.3.5"