Function zstd_safe::cctx_set_parameter
source · pub fn cctx_set_parameter(cctx: &mut CCtx<'_>, param: CParameter) -> SafeResult
Expand description
Wraps the ZSTD_CCtx_setParameter()
function.
pub fn cctx_set_parameter(cctx: &mut CCtx<'_>, param: CParameter) -> SafeResult
Wraps the ZSTD_CCtx_setParameter()
function.