pub fn decompressed_len(compressed: &[u8]) -> Result<usize, InvalidInput>
Expand description

How large the given data will be when decompressed.