ans 0.3.1

rANS entropy coding with bits-back primitives. no_std, zero dependencies.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.81"
name = "ans"
version = "0.3.1"
authors = ["Arc <attobop@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rANS entropy coding with bits-back primitives. no_std, zero dependencies."
homepage = "https://github.com/arclabs561/ans"
documentation = "https://docs.rs/ans"
readme = "README.md"
keywords = [
    "ans",
    "rans",
    "entropy-coding",
    "compression",
    "bits-back",
]
categories = [
    "compression",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/ans"

[lib]
name = "ans"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "bits_back"
path = "examples/bits_back.rs"

[[example]]
name = "entropy_verification"
path = "examples/entropy_verification.rs"

[dependencies]

[dev-dependencies.fingerprints]
version = "0.1"

[dev-dependencies.proptest]
version = "1.5"