Function miniz_oxide::inflate::decompress_to_vec_zlib[][src]

pub fn decompress_to_vec_zlib(input: &[u8]) -> Result<Vec<u8>, TINFLStatus>

Decompress the deflate-encoded data (with a zlib wrapper) in input to a vector.

Returns a status and an integer representing where the decompressor failed on failure.