[go: up one dir, main page]

Module zstd::stream::raw

source ·
Expand description

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

An in-memory decoder for streams of data.
An in-memory encoder for streams of data.
Dummy operation that just copies its input to the output.
Describes the result of an operation.

Traits

Represents an abstract compression/decompression operation.