phf_shared 0.3.0

Support code shared by phf and phf_mac
[package]
name = "phf_shared"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.3.0"
license = "MIT"
description = "Support code shared by phf and phf_mac"

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

[dependencies]
xxhash = "*"