zstd 0.13.3

Binding for the zstd compression library.
Documentation
1
2
3
4
5
6
7
//! Wrappers around raw operations implementing `std::io::{Read, Write}`.

mod reader;
mod writer;

pub use self::reader::Reader;
pub use self::writer::Writer;