phf_shared 0.7.24

Support code shared by PHF libraries
Documentation
[package]
name = "phf_shared"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.7.24"
license = "MIT"
description = "Support code shared by PHF libraries"
repository = "https://github.com/sfackler/rust-phf"

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

[features]
core = []

[dependencies]
siphasher = "0.2"
unicase = { version = "1.4", optional = true }