Function zstd_safe::init_cstream_using_dict
source · [−]pub fn init_cstream_using_dict(
zcs: &mut CStream<'_>,
dict: &[u8],
compression_level: CompressionLevel
) -> SafeResult
👎 Deprecated
Available on crate feature
experimental
only.Expand description
Wraps the ZSTD_initCStream_usingDict()
function.