| Crates.io | radixdb |
| lib.rs | radixdb |
| version | 0.2.5 |
| created_at | 2022-09-19 15:25:34.669444+00 |
| updated_at | 2022-09-30 18:11:58.949944+00 |
| description | a radix tree data structure for in memory or zero copy on disk storage |
| homepage | |
| repository | |
| max_upload_size | |
| id | 669214 |
| size | 275,007 |
An efficient radix tree that can be used as an in-memory collection like BTreeMap, or as a primitive database using a custom storage backend.
Detailed documentation at https://docs.rs/radixdb/.