hyperminhash 0.1.2

Fast, constant-memory cardinality approximation
Documentation
[dependencies.byteorder]
optional = true
version = "1.3"

[dependencies.xxhash-rust]
features = ["xxh3"]
version = "0.8"
[dev-dependencies.crossbeam]
version = "0.8"

[dev-dependencies.memchr]
version = "2"

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

[features]
default = []
serialize = ["byteorder"]

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