[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies.flate2]
version = "1.0"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.rand]
version = "0.9"
[dev-dependencies.rayon]
version = "1.8"
[lib]
name = "rust_hll"
path = "src/lib.rs"
[package]
authors = ["Zach Schoenberger"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A Rust implementation of HLL that is compatible with the Aggregate Knowledge HLL Storage Spec"
documentation = "https://docs.rs/rust-hll"
edition = "2024"
keywords = ["hll", "hyperloglog", "aggregate-knowledge", "storage-spec"]
license = "MIT"
name = "rust-hll"
readme = "README.md"
repository = "https://github.com/zach-schoenberger/rust-hll"
version = "0.1.0"