Crate zstd [−] [src]
Rust binding to the zstd library.
This crate provides:
Encoderto compress data using zstd and send the output to another write.Decoderto read input data from aReadand decompress it.
Structs
| Decoder |
A decoder that decompress input data from another |
| Encoder |
An encoder that compress and forward data to another writer. |