Module zstd

Source
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 CParameter type, to abstract over different versions of the zstd library.
DParameter
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.