Crates.io | preftree |
lib.rs | preftree |
version | 0.1.0 |
source | src |
created_at | 2024-01-01 19:17:01.504568 |
updated_at | 2024-01-01 19:17:01.504568 |
description | A prefix tree implementation |
homepage | |
repository | |
max_upload_size | |
id | 1085497 |
size | 10,286 |
A Rust prefix tree. Supports both exact matching and matching by shortest prefix. See tests and docs.
https://docs.rs/crate/preftree/latest
cargo add preftree