prefix-map 0.3.1

A collection for creating prefix maps.
docs.rs failed to build prefix-map-0.3.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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