Function zstd_safe::cctx_load_dictionary[][src]

pub fn cctx_load_dictionary(cctx: &mut CCtx<'_>, dict: &[u8]) -> SafeResult
Expand description

Wraps the ZSTD_CCtx_loadDictionary() function.