hyperminhash 0.2.3

Fast, constant-memory cardinality approximation
Documentation
[package]
name = "hyperminhash"
version = "0.2.3"
authors = ["Lukas Lueg <lukas.lueg@gmail.com>"]
repository = "https://github.com/lukaslueg/hyperminhash"
documentation = "https://docs.rs/hyperminhash"
description = "Fast, constant-memory cardinality approximation"
edition = "2024"
readme = "README.md"
license = "MIT"
exclude = [ "examples/drift.png" ]

[dependencies]
xxhash-rust = { version = "0.8", features = [ "std", "xxh3" ] }

[dev-dependencies]
rand = "0.10"
crossbeam = "0.8"
memchr = "2"
criterion = "0.8"
walkdir = "2"

[features]
default = []


[[bench]]
name = "benches"
harness = false