phf 0.7.3

Runtime support for perfect hash function data structures
Documentation
[package]
name = "phf"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.7.3"
license = "MIT"
description = "Runtime support for perfect hash function data structures"
repository = "https://github.com/sfackler/rust-phf"
documentation = "https://sfackler.github.io/rust-phf/doc/phf"

[lib]
name = "phf"
path = "src/lib.rs"
test = false

[dependencies]
debug-builders = "0.1"
phf_shared = { version = "=0.7.3", path = "../phf_shared" }