| Crates.io | ids |
| lib.rs | ids |
| version | 0.1.4 |
| created_at | 2025-05-18 02:43:24.548996+00 |
| updated_at | 2025-05-18 18:24:23.298495+00 |
| description | This library provides several data structures, inspired by Bagwell's Ideal Hash Trees, with an automatic copy-on-write implementation, analogous that of Clojure, to maximize performance. It is compatible with `no_std` code, but does require `alloc`. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1678328 |
| size | 25,699 |
This library provides several data structures, inspired by Bagwell's Ideal Hash
Trees, with an automatic copy-on-write implementation, analogous that of
Clojure, to maximize performance. It is compatible with no_std code, but does
require alloc.