Crates.io | rtrie |
lib.rs | rtrie |
version | 0.1.1 |
source | src |
created_at | 2016-12-10 18:22:21.226839 |
updated_at | 2016-12-10 18:44:28.475456 |
description | Randomized ternary search tries |
homepage | https://github.com/danieldk/rtrie |
repository | https://github.com/danieldk/rtrie |
max_upload_size | |
id | 7532 |
size | 33,839 |
This Rust crate implements randomized ternary search tries, as proposed by Nicolai Diethelm.
Note: This package is still new, its API will change.