Crates.io | prefix-map |
lib.rs | prefix-map |
version | 0.3.1 |
source | src |
created_at | 2015-12-19 02:34:44.608951 |
updated_at | 2016-01-08 21:00:09.972076 |
description | A collection for creating prefix maps. |
homepage | |
repository | https://github.com/Undeterminant/prefix-map |
max_upload_size | |
id | 3703 |
size | 46,833 |
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.