Expand description
Structures and utilities used for decoding zstd formatted data
Modules§
- errors
- Errors that might occur while decoding zstd formatted data
Structs§
- Frame
Decoder - Low level Zstandard decoder that can be used to decompress frames with fine control over when and how many bytes are decoded.
- Streaming
Decoder - High level Zstandard frame decoder that can be used to decompress a given Zstandard frame.