zstd-reusectx 0.16.0

Binding for the zstd compression library, with the ability to reuse compression contexts.
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;