Expand description
A module for padding
bits into bytes
This module contains the trait for defining a padding strategy for BitReader
and BitWriter
.
Structs§
- Length
Padding - LengthPadding can be used encode the number of bits in the bit stream.
- NoPadding
- NoPadding is the default Padding used by BitReader/BitWriter