Module brotli

Source
Available on crate feature brotli only.
Expand description

This module contains Brotli-specific types for async-compression.

Structs§

EncoderParams
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.