copy_decode

Function copy_decode 

Source
pub fn copy_decode<R: Read, W: Write>(source: R, destination: W) -> Result<()>
Expand description

Decompress all data from the given source as if using a read::XzDecoder.

Decompressed data will be appended to destination.