Crate binvec

Crate binvec 

Source

Modules§

error
binvec error types

Macros§

binvec
Creates a new Binvec.

Structs§

Binvec
A fixed-length array type that stores 0 or 1. It uses up to 8 times less memory compared to a bool array.
BinvecIter
An iterator over a Binvec that yields each bit in sequence.