Releases: gyscos/zstd-rs
Releases · gyscos/zstd-rs
0.4.13
- Fix compilation with
bindgen
feature.
- Update generated bindings.
0.4.11
- Update
zstd-safe
to 1.2.1
- Implements
Send
for streams, and Send + Sync
for dictionaries
stream::Encoder
, stream::Decoder
, block::Compressor
and block::Decompressor
now implement Send
.
zstd-safe-1.2.1
- Add
Send
implementations for streams
- Add
Send
and Sync
implementations for dictionaries
- Add
no_std
to the crate (compiling the C library may still require allocation).
0.4.8
- Fix possible data corruption issue with interrupted streams
- Add compatibility with tokio-io (behind the
tokio
feature)
0.4.7
- Add non-consuming
stream::Encoder<W>::try_finish(&mut self) -> Result<W, (Self, io::Error)>
- (Useful for non-blocking IO when the final writes are interrupted)
0.4.6: Refernce build script in Cargo.toml
Fix compilation on rust stable
0.4.5
Move low-level bindings to separate zstd-sys crate