pub fn decompress_file(data: &[u8]) -> Result<Vec<u8>>
Expand description

Given a compressed data file, decompresses it and returns a new copy of the decompressed data. Will fail if the file is already decompressed.