pub fn decompress_gzip(data: &[u8]) -> DecodeResult<Vec<u8>>Expand description
Decompress a gzip-compressed quantized-mesh blob. Returns the input unchanged (copied) if it isn’t gzip.
pub fn decompress_gzip(data: &[u8]) -> DecodeResult<Vec<u8>>Decompress a gzip-compressed quantized-mesh blob. Returns the input unchanged (copied) if it isn’t gzip.