Module autocompress::zlib

source ·
Available on crate feature gzip only.
Expand description

Zlib format support

Structs

Type Aliases

  • AsyncZlibCompressWriter is a struct that allows compression of data using the zlib format.
  • AsyncZlibDecompressReader is a struct that allows decompression of data using the zlib format.
  • ZlibCompressWriter is a struct that allows compression of data using the Zlib format.
  • ZlibDecompressReader is a struct that allows decompression of data using the Zlib format.