Skip to content

Releases: gyscos/zstd-rs

0.4.13

05 Jul 03:16
Compare
Choose a tag to compare
  • Fix compilation with bindgen feature.
  • Update generated bindings.

0.4.12

05 Jul 03:15
Compare
Choose a tag to compare
  • Update zstd to 1.3.0

0.4.11

23 Jun 20:52
Compare
Choose a tag to compare
  • 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

23 Jun 20:51
Compare
Choose a tag to compare
  • 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.9

05 May 04:58
Compare
Choose a tag to compare

Update zstd to 1.2

0.4.8

26 Apr 17:31
Compare
Choose a tag to compare
  • Fix possible data corruption issue with interrupted streams
  • Add compatibility with tokio-io (behind the tokio feature)

0.4.7

09 Apr 17:21
Compare
Choose a tag to compare
  • 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

24 Mar 21:32
Compare
Choose a tag to compare

Fix compilation on rust stable

0.4.5

24 Mar 19:38
Compare
Choose a tag to compare

Move low-level bindings to separate zstd-sys crate

0.4.4

24 Mar 19:37
Compare
Choose a tag to compare

Update zstd to 1.1.4