Type Definition zstd_safe::CStream[][src]

type CStream<'a> = CCtx<'a>;
Expand description

Compression stream.

Same as CCtx.