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
add gix-zlib crate
This merely moves the zlib module into its own crate.
Previously, there were multiple backends, but these times
are over for a while and there is only one implementation: zlib-rs.
New Features (BREAKING)
make zlib compression levels configurable
Introduce a validated Compression type and require callers to choose a level when creating deflate streams. Optional serde support allows options in dependent crates to retain their serialization APIs.
Commit Statistics
9 commits contributed to the release over the course of 13 calendar days.