Crate bv [] [src]

Structs

BV

A bit-vector, akin to Vec<bool> but packed.

BitSlice

A slice of a bit-vector; akin to &'a [bool] but packed.

BitSliceBlockIter

An iterator over the blocks of a bit slice.

BitSliceMut

A mutable slice of a bit-vector; akin to &'a mut [bool] but packed.

Traits

BitSliceable

Types that support (re-)slicing by ranges.

BitVec

Read-only bit vector operations.

BitVecMut

Mutable bit vector operations that don’t affect the length.

BitVecPush

Bit vector operations that change the length.

BlockType

Interface to primitive bit storage.