#prefix #maps #trie #generic #map #struct #key

nightly prefix-map

A collection for creating prefix maps

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

#102 in #prefix

Custom license

40KB
998 lines

PrefixMap

crates.io CC0 License Build Status Coverage Status

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.

Documentation


lib.rs:

Types for storing all possible prefixes of a key inside a map

Dependencies

~620KB