pub fn decompress_size_prepended(
    input: &[u8]
) -> Result<Vec<u8>, DecompressError>
Expand description

Decompress all bytes of input into a new vec. The first 4 bytes are the uncompressed size in litte endian. Can be used in conjunction with compress_prepend_size