phf 0.7.24

Runtime support for perfect hash function data structures
Documentation
[dependencies.phf_macros]
optional = true
version = "0.7.24"

[dependencies.phf_shared]
version = "0.7.24"

[features]
core = ["phf_shared/core"]
macros = ["phf_macros"]
unicase = ["phf_shared/unicase"]

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

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