zlib_rs::inflate

Function set_dictionary

Source
pub fn set_dictionary(
    stream: &mut InflateStream<'_>,
    dictionary: &[u8],
) -> ReturnCode