Expand description
Dibits, tribits, and hexbits.
Structs§
- Dibit
- Two bits.
- Dibit
Byte Params - Parameters for
DibitBytesiterator. - Dibit
Params - Parameters for
Dibitsiterator. - Hexbit
- Six bits.
- Hexbit
Byte Params - Parameters for
HexbitBytesiterator. - Hexbit
Params - Parameters for
Hexbitsiterator. - SubByte
Iter - An iterator for sub-byte (bit-level) values.
- Tribit
- Three bits.
- Tribit
Byte Params - Parameters for
TribitBytesiterator. - Tribit
Params - Parameters for
Tribitsiterator.
Traits§
Type Aliases§
- Dibit
Bytes - Groups dibits into full bytes. The source must be a multiple of 4 dibits.
- Dibits
- Iterate over the 2-bit symbols of a byte source, MSB to LSB.
- Hexbit
Bytes - Groups hexbits into full bytes. The source must be a multiple of 6 hexbits.
- Hexbits
- Iterates over the 6-bit symbols of a byte source, MSB to LSB. The source must be a multiple of 3 bytes.
- Tribit
Bytes - Groups tribits into full bytes. The source must be a multiple of 8 tribits.
- Tribits
- Iterates over the 3-bit symbols of a byte source, MSB to LSB. The source must be a multiple of 3 bytes.