hyperloglog 0.0.3

Hyperloglog implementation in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[project]

name = "hyperloglog"
version = "0.0.3"
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"