pub fn decompress_from_utf16(compressed: &str) -> Option<Vec<u16>>
Expand description

Decompress a &str compressed with crate::compress_to_utf16.

Errors

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