pub fn try_compress_bytes_backend(
data: &[u8],
backend: &CompiledCompressionBackend,
) -> InfotheoryResult<Vec<u8>>Expand description
Compress data with backend and return encoded bytes.
pub fn try_compress_bytes_backend(
data: &[u8],
backend: &CompiledCompressionBackend,
) -> InfotheoryResult<Vec<u8>>Compress data with backend and return encoded bytes.