pub fn decompress(encoded: &[u8]) -> Result<AnyArray, ZlibCodecError>Expand description
Decompress the encoded data into an array using Zlib.
ยงErrors
Errors with
ZlibCodecError::HeaderDecodeFailedif decoding the header failedZlibCodecError::DecodeExcessiveEncodedDataif the encoded data contains excessive trailing data junkZlibCodecError::DecodeProducedLessif decoding produced less data than expectedZlibCodecError::ZlibDecodeFailedif an opaque decoding error occurred