| Crates.io | radix_immutable |
| lib.rs | radix_immutable |
| version | 0.0.1 |
| created_at | 2025-07-15 08:58:56.366505+00 |
| updated_at | 2025-07-15 08:58:56.366505+00 |
| description | Generic immutable radix trie data-structure. |
| homepage | |
| repository | https://github.com/micahscopes/radix_immutable |
| max_upload_size | |
| id | 1752827 |
| size | 743,253 |
This is a Radix Trie implementation in Rust that focuses on immutability and efficient prefix operations. This started as a fork of the original radix_trie crate and was rewritten with the assistance of LLM tools.
https://docs.rs/radix-immutable/
Available on Crates.io as [radix-immutable][radix-immutable].
Add radix-immutable to the dependencies section of your Cargo.toml:
# Basic usage
radix-immutable = "0.1"
radix_trie ContributorsMIT License. Copyright © Micah Fitch, Michael Sproul and contributors 2015-present.