Function decompress

Source
pub fn decompress(
    compressed: &[u8],
    verbose: bool,
    debug: bool,
) -> Result<(Buffer, Vec<usize>), Error>
Expand description

Deompress the compressed bytes into a Buffer and shape.

ยงErrors

Errors with