Module async_compression::zstd 
source · Available on crate feature 
zstd only.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
CParametertype, to abstract over different versions of the zstd library.