Module bit_types

Source

Traits§

BitStore

Functions§

from_raw_parts_mut
Create a mutable BitSlice from raw parts. This is a wrapper of a bitvec function and just hardcodes the storage to u8 and order to Msb0

Type Aliases§

BitSlice
BitVec