pub fn compress_encode_with(
data: &[u8],
algo: CompressionAlgorithm,
registry: &DictionaryRegistry,
) -> Result<CompressEncodeResult, Box<dyn Error>>Expand description
Compress data with a specific algorithm and encode with a random dictionary.