phf_shared 0.7.22

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

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

[features]
core = []

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