Module xz

Source
Available on crate features compression and xz only.
Expand description

Defines a CompressionFormat for the LZMA/XZ compression algorithm.

Re-exports§

pub extern crate xz2 as original;

Structs§

Xz
A CompressionFormat corresponding to the LZMA/XZ compression algorithm. Implemented using the xz2 crate.