Skip to main content

try_decompress_bytes_backend

Function try_decompress_bytes_backend 

Source
pub fn try_decompress_bytes_backend(
    input: &[u8],
    backend: &CompiledCompressionBackend,
) -> InfotheoryResult<Vec<u8>>
Expand description

Decompress input with backend and return decoded bytes.