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

Remove miniz-sys, and map it to miniz_oxide for compatibility #303

Closed joshtriplett closed 2 years ago

joshtriplett commented 2 years ago

This eliminates the additional infrastructure needed for maintaining and testing the miniz-sys backend.