pub fn create_bit_writer(bit_order: BitOrder) -> BitWriterContainer
Expand description
Creates a BitWriterContainer
instance based on the given BitOrder
.
§Arguments
bit_order
- The endianness of the bit stream.
§Returns
A BitWriterContainer
instance with the specified endianness.