[][src]Module zstd::stream::raw

Raw in-memory stream compression/decompression.

This module defines a Decoder and an Encoder to decode/encode streams of data using buffers.

They are mostly thin wrappers around zstd_safe::{DStream, CStream}.

Structs

Decoder

An in-memory decoder for streams of data.

Encoder

An in-memory encoder for streams of data.

NoOp

Dummy operation that just copies its input to the output.

Status

Describes the result of an operation.

Traits

Operation

Represents an abstract compression/decompression operation.