Available on crate feature
zstd only.Expand description
This module contains zstd-specific types for async-compression.
Structs§
- CParameter
- A compression parameter for zstd. This is a stable wrapper around zstd’s own
CParametertype, to abstract over different versions of the zstd library. - DParameter
- A decompression parameter for zstd. This is a stable wrapper around zstd’s own
DParametertype, to abstract over different versions of the zstd library.