Available on crate feature
utils-bit-stream
only.Expand description
Bit stream utilities.
Structsยง
- LsbBit
Stream - A least significant bit (LSB) bit stream reader.
- MsbBit
Stream - A most significant bit (MSB) bit stream reader.
- MsbBit
Writer - A most significant bit (MSB) bit writer.