pub fn decompress(encoded_data: Vec<u8>) -> Result<Bytes, DecodeError>
Expand description

Decompresses index files.

Used internally by CacheIndex.