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.
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.