PrefixMap
=========
[](https://crates.io/crates/prefix-map)

[](https://travis-ci.org/Undeterminant/prefix-map)
[](https://coveralls.io/github/Undeterminant/prefix-map?branch=master)
Generic struct for storing prefixes of things. Note that this project puts
focus on being as generic and featureful as possible, not as efficient. If
you're looking for a more efficient prefix trie, see [Michael Sproul's
radix trie](https://github.com/michaelsproul/rust_radix_trie).
[Documentation](https://undeterminant.github.io/prefix-map)