Function zstd::stream::copy_decode
source ยท pub fn copy_decode<R, W>(source: R, destination: W) -> Result<()>
Expand description
Decompress from the given source as if using a Decoder
.
Decompressed data will be appended to destination
.