Type Definition zstd_safe::CStream

source · []
pub type CStream<'a> = CCtx<'a>;
Expand description

Compression stream.

Same as CCtx.