Modules§
- Compress and decompress data in bulk.
- Train a dictionary from various sources.
- Compress and decompress Zstd streams.
- Minimal safe wrapper around zstd-sys.
Structs§
- A decoder that decompress input data from another
Read
. - An encoder that compress and forward data to another writer.
Constants§
Functions§
- The accepted range of compression levels.
- Decompress from the given source as if using a
Decoder
. - Compress all data from the given source as if using an
Encoder
.