pub fn compress_with_dict(input: &[u8], ext_dict: &[u8]) -> Vec<u8>
Expand description

Compress all bytes of input with an external dictionary.