hyperloglog 0.0.8

Hyperloglog implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "hyperloglog"
version = "0.0.8"
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"

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

[dependencies.rand]
version = ">= 0.3.14"