phf 0.6.19

Runtime support for perfect hash function data structures
[package]
name = "phf"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.6.19"
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.phf_shared]
path = "../phf_shared"
version = "=0.6.19"