Module async_compression::brotli
source · Available on crate feature
brotli
only.Expand description
This module contains Brotli-specific types for async-compression.
Structs
- Brotli compression parameters builder. This is a stable wrapper around Brotli’s own encoder params type, to abstract over different versions of the Brotli library.