Crate nybbles

Source
Expand description

§nybbles

Efficient nibble-sized (4-bit) byte sequence data structure.

Structs§

Nibbles
Structure representing a sequence of nibbles.
NibblesIter
Iterator over individual nibbles within a Nibbles structure.

Functions§

smallvec_with
Initializes a smallvec with the given length and a closure that initializes the buffer.