hyperloglog 0.0.1

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

name = "hyperloglog"
version = "0.0.1"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "Hyperloglog implementation in Rust"
license = "ISC"

[lib]

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