github gyscos/zstd-rs 0.9.1

latest releases: v0.13.1, zstd-safe-7.1.0, zstd-sys-2.0.10...
2 years ago

This bumps the zstd version to 1.5.1.

It also brings some improvements to the rust wrapper:

  • Functions to turn on multithreaded compression are only available when the zstdmt feature is enabled
  • Implementations for arrays in zstd-safe use const-generics, and are now gated behind an arrays feature to allow compatibility with old compilers.
  • Add set_pledged_src_size to encoders. This can improve the compression ratio, and makes the content size available in the compressed header.
  • Add an auto-flush wrapper to the push decoder.

Don't miss a new zstd-rs release

NewReleases is sending notifications on new releases.