ans 0.1.0

Asymmetric Numeral Systems (rANS) entropy coding primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ans"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Asymmetric Numeral Systems (rANS) entropy coding primitives"
repository = "https://github.com/arclabs561/ans"
homepage = "https://github.com/arclabs561/ans"
documentation = "https://docs.rs/ans"
keywords = ["compression", "entropy", "ans", "rans"]
categories = ["compression", "algorithms"]

[dependencies]
thiserror = "2.0"

[dev-dependencies]
proptest = "1.9"