| Crates.io | usize-set |
| lib.rs | usize-set |
| version | 0.10.3 |
| created_at | 2024-12-14 14:06:44.898366+00 |
| updated_at | 2024-12-14 14:06:44.898366+00 |
| description | Set data structures optimized to store sparsely distributed usize values |
| homepage | |
| repository | https://github.com/anoma/usize-set |
| max_upload_size | |
| id | 1483156 |
| size | 36,536 |
Set data structures optimized to store sparsely distributed usize values.
#![no_std]This crate works in #![no_std] environments, but still requires alloc.