pub fn decompress_from_encoded_uri_component(
compressed: &str,
) -> Option<Vec<u16>>Expand description
Decompress a &str compressed with crate::compress_to_encoded_uri_component.
ยงErrors
Returns an error if the compressed data could not be decompressed.