Module decoding

Source
Expand description

Structures and utilities used for decoding zstd formatted data

Modules§

errors
Errors that might occur while decoding zstd formatted data

Structs§

FrameDecoder
Low level Zstandard decoder that can be used to decompress frames with fine control over when and how many bytes are decoded.
StreamingDecoder
High level Zstandard frame decoder that can be used to decompress a given Zstandard frame.

Enums§

BlockDecodingStrategy