Available on crate feature
lz4
only.Expand description
This module contains lz4-specific types for async-compression.
Structs§
- Encoder
Params - lz4 compression parameters builder. This is a stable wrapper around lz4’s own encoder params type, to abstract over different versions of the lz4 library.