Skip to main content

try_compress_bytes_backend

Function try_compress_bytes_backend 

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

Compress data with backend and return encoded bytes.