Crates.io | radix_trie |
lib.rs | radix_trie |
version | 0.2.1 |
source | src |
created_at | 2015-03-20 20:50:32.652844 |
updated_at | 2020-10-22 10:41:54.463635 |
description | Generic radix trie data-structure. |
homepage | |
repository | https://github.com/michaelsproul/rust_radix_trie |
max_upload_size | |
id | 1626 |
size | 711,662 |
This is a Radix Trie implementation in Rust, building on the lessons learnt from TrieMap
and Sequence Trie. You can read about my experience implementing this data structure here.
Since writing this code I haven't used it in anger (or production) so it is no doubt in need of some maintenance, testing and optimisation love. If you would like to help out, try solving an open issue, optimise something, or just have a poke around! Thanks :)
Available on Crates.io as radix_trie
.
Just add radix_trie
to the dependencies section of your Cargo.toml
, like so:
radix_trie = "0.2"
Made by:
MIT License. Copyright © Michael Sproul and contributors 2015-present.