pub fn try_decompress_bytes_backend(
input: &[u8],
backend: &CompiledCompressionBackend,
) -> InfotheoryResult<Vec<u8>>Expand description
Decompress input with backend and return decoded bytes.
pub fn try_decompress_bytes_backend(
input: &[u8],
backend: &CompiledCompressionBackend,
) -> InfotheoryResult<Vec<u8>>Decompress input with backend and return decoded bytes.