pub fn cctx_ref_prefix<'a, 'b>(
cctx: &mut CCtx<'a>,
prefix: &'b [u8],
) -> SafeResultwhere
'b: 'a,Expand description
Wraps the ZSTD_CCtx_refPrefix() function.
Dictionary must outlive the prefix.
pub fn cctx_ref_prefix<'a, 'b>(
cctx: &mut CCtx<'a>,
prefix: &'b [u8],
) -> SafeResultwhere
'b: 'a,Wraps the ZSTD_CCtx_refPrefix() function.
Dictionary must outlive the prefix.