rust-lang / flate2-rs

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

Add notes about multiple streams to `GzDecoder` #347

Closed JohnTitor closed 1 year ago

JohnTitor commented 1 year ago

Fixes #301

Byron commented 1 year ago

@JohnTitor I have added another commit to make (even) clearer what MultiGzFiles are useful for. If you think these are alright, could you merge this PR? If not, it would be great if you could make the necessary changes and merge anyway. Thank you :).

JohnTitor commented 1 year ago

Yeah, LGTM. Thank you for improving further!