You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move `deflate-zlib` to `deflate-flate2-zlib` to make it clear it's a
flate2 backend, and add `deflate-flate2-zlib-rs` to use the zlib-rs
backend. Make the latter the default.
Bump the required flate2 version to one that works with zlib-rs 0.5.0,
which removes all compatibility considerations by no longer exporting
any C symbols that would conflict with another zlib.
Remove `deflate-zlib-ng`, largely superseded by
`deflate-flate2-zlib-rs`.
Remove no-op backend-specific code from an example.
Add documentation for the flate2-related feature flags.
0 commit comments