hypeerlog 0.2.2

A fast and distributable HyperLogLog implementation
Documentation
[dev-dependencies.criterion]
version = "0.6"

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

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

[package]
authors = ["Basel"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast and distributable HyperLogLog implementation"
documentation = "https://docs.rs/hypeerlog/latest/hypeerlog/"
edition = "2024"
exclude = ["benches/performance.rs", "tests/acuracy_test.rs", ".gitignore", "README.md"]
keywords = ["HyperLogLog", "Collections"]
license = "MIT"
name = "hypeerlog"
readme = "README.md"
repository = "https://github.com/Albassel/hypeerlog"
version = "0.2.2"

[profile.release]
strip = "symbols"