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