Module ruzstd::decoding::bit_reader_reverse
source · Re-exports§
pub use super::bit_reader::GetBitsError;
Structs§
- 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.