Function zstd::zstd_safe::init_cstream
source ยท pub fn init_cstream(
zcs: &mut CCtx<'_>,
compression_level: i32,
) -> Result<usize, usize>
Expand description
Prepares an existing CStream
for compression at the given level.