Expand description
Traits for dealing with slices of nibbles.
Structs§
- NibSlice
Full - Nibble slice which only contains complete pairs.
- NibSlice
NoBoth - Nibble slice which is missing the leftmost, high-order and the rightmost, low-order nibbles.
- NibSlice
NoL - Nibble slice which is missing the leftmost, high-order nibble.
- NibSlice
NoR - Nibble slice which is missing the rightmost, low-order nibble.
Enums§
- NibSlice
- Reference to a nibble slice.
- NibSlice
Aligned - Reference to a nibble slice that’s aligned to a byte boundary.
- NibSlice
Aligned Mut - Mutable reference to a nibble slice that’s aligned to a byte boundary.
- NibSlice
Even - Reference to a nibble slice with an even number of nibbles.
- NibSlice
Even Mut - Mutable reference to a nibble slice with an even number of nibbles.
- NibSlice
Mut - Mutable reference to a nibble slice.
- NibSlice
Odd - Reference to a nibble slice with an odd number of nibbles.
- NibSlice
OddMut - Reference to a nibble slice with an odd number of nibbles.
- NibSlice
Unaligned - Reference to a nibble slice that’s not aligned to a byte boundary.
- NibSlice
Unaligned Mut - Mutable reference to a nibble slice that’s not aligned to a byte boundary.
Traits§
- NibSlice
Ext - A slice of nibbles.
- NibSlice
MutExt - A mutable slice of nibbles.