pub fn decompress_from_uint8_array(compressed: &[u8]) -> Option<Vec<u16>>
Expand description

Decompress a byte slice compressed with crate::compress_to_uint8_array.

Errors

Returns an error if the compressed data could not be decompressed.