pub type ZlibCompressWriter<W> = ProcessorWriter<ZlibCompress, W>;Available on crate feature
gzip only.Expand description
ZlibCompressWriter is a struct that allows compression of data using the Zlib format.
See GzipCompressWriter to learn how to use.
Aliased Typeยง
pub struct ZlibCompressWriter<W> { /* private fields */ }