1 unstable release
new 0.10.3 | Dec 14, 2024 |
---|
#612 in Data structures
247 downloads per month
30KB
682 lines
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
.
lib.rs
:
Set data structures optimized to store usize
values.
Dependencies
~0–400KB