fn read_gz(src_path: &Path) -> Result<Vec<u8>, String>
Decompress a .gz file and return raw bytes.
.gz