boomphf 0.2.0

Scalable and Efficient Minimal Perfect Hash Functions
Documentation
[package]
name = "boomphf"
version = "0.2.0"
authors = ["Patrick Marks <pmarks@gmail.com>"]
repository = "https://github.com/10XGenomics/rust-boomphf"
homepage = "https://github.com/10XGenomics/rust-boomphf"
license = "MIT"
description = "Scalable and Efficient Minimal Perfect Hash Functions"   

[dependencies]
fnv = ">=1.0"
serde = { version=">=1.0", optional = true, features=["derive"] }
heapsize = ">=0.4"

[dev-dependencies]
quickcheck = "0.3"
bencher = ">=0.1"


[[bench]]
name = "build"
harness = false