hyperloglog 0.0.2

Hyperloglog implementation in Rust
[project]

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