/index-set

A sparse bit set Rust crate

Primary LanguageRustMIT LicenseMIT

index-set

Set data structures optimized to store sparsely distributed usize values.

#![no_std]

This crate works in #![no_std] environments, but still requires alloc.