lz4_flex::block

Function compress_with_dict

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

Compress all bytes of input with an external dictionary.