Function inflate::inflate_bytes
[−]
[src]
pub fn inflate_bytes(data: &[u8]) -> Result<Vec<u8>, String>
Decompress the given slice of DEFLATE compressed data.
Returns a Vec
with the decompressed data or an error message.