Module bit_reader_reverse

Source

Re-exports§

pub use super::bit_reader::GetBitsError;

Structs§

BitReaderReversed
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.