No files found.
+2 −0
.gitignore
.gitignore
+10 −6
.travis.yml
.travis.yml
+7 −8
Makefile.in
Makefile.in
+3 −3
README.md
README.md
+20 −0
Cargo.toml
phf/Cargo.toml
+220 −170
phf.rs → lib.rs
src/phf.rs → phf/src/lib.rs
+112 −42
test.rs/{ → }
{ → phf}/src/test.rs
+12 −0
Cargo.toml
phf_mac/Cargo.toml
+89 −35
phf_mac.rs → lib.rs
src/phf_mac.rs → phf_mac/src/lib.rs
+19 −0
mod.rs
shared/mod.rs