1 unstable release
0.10.3 | Dec 14, 2024 |
---|
#1245 in Data structures
4,103 downloads per month
Used in 44 crates
(via namada_core)
30KB
682 lines
Set data structures optimized to store usize
values.
usize-set
Set data structures optimized to store sparsely distributed usize
values.
#![no_std]
This crate works in #![no_std]
environments, but still requires alloc
.
Dependencies
~0–520KB
~12K SLoC