rust-lang / flate2-rs

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

Add ability to set window_bits when using rust backend? #409

Closed praveenperera closed 2 months ago

praveenperera commented 2 months ago

I was wondering if it would be possible to support new_with_window_bits function without needing the zlib or zlib-ng features.

Seems like the option for setting window_bits is available in miniz_oxide