read_gz

Function read_gz 

Source
fn read_gz(src_path: &Path) -> Result<Vec<u8>, String>
Expand description

Decompress a .gz file and return raw bytes.