Skip to main content

decompress

Function decompress 

Source
pub fn decompress(data: &[u8]) -> Result<Vec<u8>, String>
Expand description

Decompress a zstd-compressed byte slice, returning the uncompressed data.

Supports one or more concatenated zstd frames. Skippable frames are skipped. Dictionary frames are not supported.