hyperloglog 1.0.1

Hyperloglog implementation in Rust
Documentation
[dependencies.bytecount]
version = "0.6"

[dependencies.rand]
version = "0.8.0"

[dependencies.siphasher]
version = "0.3"

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
description = "Hyperloglog implementation in Rust"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-hyperloglog"
license = "ISC"
name = "hyperloglog"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-hyperloglog"
version = "1.0.1"