5 unstable releases
Uses old Rust 2015
0.3.1 | Jan 8, 2016 |
---|---|
0.3.0 | Jan 8, 2016 |
0.2.1 | Jan 8, 2016 |
0.2.0 | Jan 8, 2016 |
0.1.0 | Dec 19, 2015 |
#112 in #prefix
40KB
998 lines
PrefixMap
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.
lib.rs
:
Types for storing all possible prefixes of a key inside a map
Dependencies
~400KB