Function liblzma::decode_all
source ยท pub fn decode_all<R: Read>(source: R) -> Result<Vec<u8>>Expand description
Decompress from the given source as if using a read::XzDecoder.
Result will be in the xz format.
pub fn decode_all<R: Read>(source: R) -> Result<Vec<u8>>Decompress from the given source as if using a read::XzDecoder.
Result will be in the xz format.