This crate provides a map using string (or path) keys.
Keys are stored using the fst crate to compress similar strings.
fst
The crate is an experiment and not a serious project.
pub use self::pathmap::PathMap;
pub use self::strmap::StrMap;