Re-exports§
pub use super::bit_reader::GetBitsError;
Structs§
- BitReader
Reversed - Zstandard encodes some types of data in a way that the data must be read
back to front to decode it properly.
BitReaderReversed
provides a convenient interface to do that.