Skip to main content

Module decoding

Module decoding 

Source
Expand description

Structures and utilities used for decoding zstd formatted data.

Use DictionaryHandle for pre-parsed dictionary reuse across repeated decode paths.

Modules§

errors
Errors that might occur while decoding zstd formatted data

Structs§

Dictionary
Zstandard includes support for “raw content” dictionaries, that store bytes optionally used during sequence execution.
DictionaryHandle
Shared pre-parsed dictionary handle for repeated decoding.
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