| Crates.io | fast_trie |
| lib.rs | fast_trie |
| version | 0.1.4 |
| created_at | 2025-01-26 04:36:42.846573+00 |
| updated_at | 2025-01-28 14:22:34.257809+00 |
| description | A memory efficient trie library. |
| homepage | https://github.com/alexjthomson/fast_trie |
| repository | https://github.com/alexjthomson/fast_trie |
| max_upload_size | |
| id | 1531037 |
| size | 36,553 |
A memory efficient trie library written entirely in Rust.
string: Enables an optimised StringTrie type that can be used to create
string-based trie structures.serde: Enables serde serialization and deserialization support.