Function create_cdict
fn create_cdict(dict_buffer: &[u8], compression_level: CompressionLevel) -> CDict<'static>
Wraps the ZSTD_createCDict() function.
create_cdictfn create_cdict(dict_buffer: &[u8], compression_level: CompressionLevel) -> CDict<'static>
Wraps the ZSTD_createCDict() function.