pub fn xz_decompress<R: BufRead, W: Write>( input: &mut R, output: &mut W, ) -> Result<()>
Decompress XZ data with default Options.
Options