phf_shared 0.7.9

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

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

[features]
core = []