Crate zstd [] [src]

Rust binding to the zstd library.

This crate provides:

  • Encoder to compress data using zstd and send the output to another write.
  • Decoder to read input data from a Read and decompress it.

Structs

Decoder

A decoder that decompress input data from another Read.

Encoder

An encoder that compress and forward data to another writer.