Closed jongiddy closed 1 year ago
@alexcrichton @joshtriplett - This repo has been quiet recently so I hope you don't mind a ping, and that you are the right people to ping.
This PR adds a standalone feature without changing existing code, so is hopefully as simple as a yes or no decision. Note that if you intend to approve both this PR and #324 then the docs for this new MultiGzDecoder
will be inconsistent with the existing MultiGzDecoder
s. So perhaps merge one and ask the other to make them consistent again.
I'm also looking to get #323 merged, as it fixes a bug. But that required some more complicated rewriting, essentially continuing the changes from #278. So likely requires more effort to review.
Sorry but I've handed off maintainership here to the Rust libs crate maintainers team. I'd recommend reaching out on Zulip to them.
Add a
MultiGzDecoder
with aWrite
interface to match theMultiGzEncoder
available inread
andbufread
.