boomphf 0.5.4

Scalable and Efficient Minimal Perfect Hash Functions
Documentation
[[bench]]
harness = false
name = "build"
[dependencies.crossbeam-utils]
version = "0.7.2"

[dependencies.log]
version = "0.4.*"

[dependencies.rayon]
version = ">=1.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = ">=1.0"

[dependencies.wyhash]
version = "0.3.0"
[dev-dependencies.bencher]
version = ">=0.1"

[dev-dependencies.quickcheck]
version = "0.9"

[package]
authors = ["Patrick Marks <pmarks@gmail.com>"]
description = "Scalable and Efficient Minimal Perfect Hash Functions"
documentation = "https://10xgenomics.github.io/rust-boomphf/master/boomphf/index.html"
edition = "2018"
homepage = "https://github.com/10XGenomics/rust-boomphf"
keywords = ["hashing", "minimal", "perfect"]
license = "MIT"
name = "boomphf"
readme = "README.md"
repository = "https://github.com/10XGenomics/rust-boomphf"
version = "0.5.4"