pub fn decompress(encoded: &[u8]) -> Result<AnyArray, PcodecError>
Expand description
Decompresses the encoded
data into an array.
ยงErrors
Errors with
PcodecError::HeaderDecodeFailed
if decoding the header failedPcodecError::PcoDecodeFailed
if decoding failed with an opaque error