hyperloglog 1.0.1

Hyperloglog implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "hyperloglog"
version = "1.0.1"
edition = "2018"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "Hyperloglog implementation in Rust"
license = "ISC"
homepage = "https://github.com/jedisct1/rust-hyperloglog"
repository = "https://github.com/jedisct1/rust-hyperloglog"

[dependencies]
bytecount = "0.6"
rand = "0.8.0"
siphasher = "0.3"