Function zstd_safe::init_cstream
source · pub fn init_cstream(
zcs: &mut CStream<'_>,
compression_level: CompressionLevel
) -> SafeResultExpand description
Prepares an existing CStream for compression at the given level.
pub fn init_cstream(
zcs: &mut CStream<'_>,
compression_level: CompressionLevel
) -> SafeResultPrepares an existing CStream for compression at the given level.