Crate packed_booleans

Source
Expand description

A crate for packing booleans together.

Structsยง

IntoIter8
An iterator over the booleans in a PackedBools8.
PackedBools8
A type containing 8 bool values, while only being a single byte.