Expand description
Dibits, tribits, and hexbits.
Structs§
- Dibit
- Two bits.
- Dibit
Byte Params - Parameters for
DibitBytes
iterator. - Dibit
Params - Parameters for
Dibits
iterator. - Hexbit
- Six bits.
- Hexbit
Byte Params - Parameters for
HexbitBytes
iterator. - Hexbit
Params - Parameters for
Hexbits
iterator. - SubByte
Iter - An iterator for sub-byte (bit-level) values.
- Tribit
- Three bits.
- Tribit
Byte Params - Parameters for
TribitBytes
iterator. - Tribit
Params - Parameters for
Tribits
iterator.
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.