Releases: gyscos/zstd-rs
Releases · gyscos/zstd-rs
0.4.0
- Update zstd to 1.1.0
- Revert
stream::Decoder
constructor with a dictionary to take a &[u8]
0.3.0
- Adds
stream::copy_encode
and stream::copy_decode
for common use-cases
stream::Decoder
now decodes concatenated frames seamlessly
stream::Decoder
now keeps a copy of the dictionary (can be shared with an Arc<Vec<u8>>
0.2.0
- Update zstd to 1.0.0
- Stream decompression now supports legacy formats
- Added tests for legacy decompression
0.1.13
Update for zstd 0.8.1
Use new zstd streaming API internally
Use more direct ll.rs
binding generation (less manual modifications)
0.1.10
Adds AutoFinish wrapper to the encoder, to avoid having to manually finish the stream.