zstd::stream

Module write

Source
Expand description

Implement push-based Write trait for both compressing and decompressing.

Structsยง

  • A wrapper around an Encoder<W> that finishes the stream on drop.
  • A wrapper around a Decoder<W> that flushes the stream on drop.
  • A decoder that decompress and forward data to another writer.
  • An encoder that compress and forward data to another writer.