rust-lang / flate2-rs

DEFLATE, gzip, and zlib bindings for Rust
https://docs.rs/flate2
Apache License 2.0
891 stars 158 forks source link

Add support for native zlib-ng via libz-ng-sys #302

Closed joshtriplett closed 2 years ago

joshtriplett commented 2 years ago

Unlike the zlib-ng-compat support, this does not conflict with any crate using zlib-ng

joshtriplett commented 2 years ago

(The one CI failure is the same one that already occurs on main; no new issues.)

joshtriplett commented 2 years ago

I've now fixed CI.

joshtriplett commented 2 years ago

(Updated to fix merge conflict in Cargo.toml.)