Module ruzstd::decoding::bit_reader_reverse

source ·

Re-exports§

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.