| Crates.io | trie-generic |
| lib.rs | trie-generic |
| version | 1.1.8 |
| created_at | 2022-10-23 20:40:11.629783+00 |
| updated_at | 2022-10-31 22:20:44.85776+00 |
| description | A trie with generic content |
| homepage | |
| repository | http://github.com/andrefs/trie-generic |
| max_upload_size | |
| id | 695366 |
| size | 23,218 |
THIS IS CURRENTLY A WORK IN PROGRESS! API MAY CHANGE WITHOUT WARNING.
Generic implementation of a trie.
Add trie-generic to the dependencies on your Cargo.toml file:
[dependencies]
trie-generic = "0.1.2"
t.set(key, value)t.all() -> (key, value)t.subtree(prefix) -> TrieOpen a GitHub issue or, preferably, send me a pull request.