Module padding

Source
Expand description

A module for padding bits into bytes

This module contains the trait for defining a padding strategy for BitReader and BitWriter.

Structs§

LengthPadding
LengthPadding can be used encode the number of bits in the bit stream.
NoPadding
NoPadding is the default Padding used by BitReader/BitWriter

Traits§

Padding
Padding specifies what sort of padding should be used by BitReader/BitWriter