1 2 3 4 5 6 7
# 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`.