Module autocompress::gzip

source ·
Available on crate feature gzip only.
Expand description

gzip format support

Gzip format support is provided by flate2

Structs

  • GzipCompress is a struct that allows compression of data using the GZIP format.
  • GzipDecompress is a struct that allows decompression of data using the GZIP format.
  • This type represents the footer of a gzip file.
  • This type represents the header of a gzip file.

Enums

  • Operation System of gzip file created.

Constants

Type Aliases

  • AsyncGzipCompressWriter is a struct that allows compression of data using the GZIP format.
  • AsyncGzipDecompressReader is a struct that allows decompression of data using the GZIP format.
  • GzipCompressWriter is a struct that allows compression of data using the GZIP format.
  • GzipDecompressReader is a struct that allows decompression of data using the GZIP format.