pub fn compress_with_dict(input: &[u8], ext_dict: &[u8]) -> Vec<u8>
Compress all bytes of input with an external dictionary.
input