structured-zstd 0.0.41

Pure Rust zstd implementation — managed fork of ruzstd. Dictionary decompression, no FFI.
Documentation
1
2
mod fastest;
pub(crate) use fastest::{compress_block_encoded, compress_block_encoded_borrowed};