zstd::stream

Module read

Source
Expand description

Implement pull-based Read trait for both compressing and decompressing.

Structsยง

  • A decoder that decompress input data from another Read.
  • An encoder that compress input data from another Read.