1.0.29 - with new `zlib-rs` feature (~`zlib-ng` in Rust)
With the new zlib-rs
feature, a new backend is enabled that brings in a SIMD-accelerated Rust implementation.
What's Changed
- Fix build for beta and nightly by @JakubOnderka in #388
- Store
StreamWrapper::inner
as a raw pointer by @icmccorm in #394 - Avoid redudant imports by @Byron in #398
- add
zlib-rs
support via thelibz-rs-sys
C api forzlib-rs
by @folkertdev in #400 - Add tests to show BufRead can be used after decoding by @jongiddy in #402
- release version 1.0.29: support for zlib-rs by @folkertdev in #403
New Contributors
- @JakubOnderka made their first contribution in #388
- @icmccorm made their first contribution in #394
- @folkertdev made their first contribution in #400
Full Changelog: 1.0.28...1.0.29