#usize #set #vec #map #bit-set #index-set

no-std usize-set

Set data structures optimized to store sparsely distributed usize values

1 unstable release

new 0.10.3 Dec 14, 2024

#612 in Data structures

Download history 247/week @ 2024-12-12

247 downloads per month

MIT license

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