usize-set 0.10.3

Set data structures optimized to store sparsely distributed usize values
Documentation
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`.