Crate indexed_bitfield

source ·
Expand description

This crate is a simple bitfield that can be used to track presence or absence of elements in a known collection of a specified size.

Under the hood it uses unsigned integers. The bits represent presence of absence of elements. No reference to a collection is made explicitly.

Structs

Type Aliases