Module async_compression::zstd
source · Expand description
This module contains zstd-specific types for async-compression.
Structs§
- A compression parameter for zstd. This is a stable wrapper around zstd’s own
CParameter
type, to abstract over different versions of the zstd library. - A decompression parameter for zstd. This is a stable wrapper around zstd’s own
DParameter
type, to abstract over different versions of the zstd library.