maybe_decompress

Function maybe_decompress 

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

Decompress zstd data if it has the magic header, otherwise return as-is.