Crate nibble_vec
Structs
- NibbleVec A data-structure for storing a sequence of 4-bit values.
Type Aliases
-
Nibblet
A
NibbleVecbacked by aSmallVecwith 64 inline element slots. This will not allocate until more than 64 elements are added.