Module autocompress::xz

source ·
Available on crate feature xz only.
Expand description

XZ format support

Structs

Constants

Functions

Type Aliases

  • AsyncXzCompressWriter is a struct that allows compression of data using the Xz format.
  • AsyncXzDecompressReader is a struct that allows decompression of data using the Xz format.
  • XzCompressWriter is a struct that allows compression of data using the Xz format.
  • XzDecompressReader is a struct that allows decompression of data using the Xz format.