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