structured-zstd 0.0.14

Pure Rust zstd implementation — managed fork of ruzstd. Dictionary decompression, no FFI.
Documentation
1
2
3
//! Re-exports of std traits or local reimplementations if std is not available
#[cfg(feature = "std")]
pub use std::io::{Error, ErrorKind, Read, Write};