Majored / rs-async-zip

An asynchronous ZIP archive reading/writing crate.
MIT License
131 stars 44 forks source link

`ZipEntryReader` is now private #79

Closed NobodyXu closed 1 year ago

NobodyXu commented 1 year ago

ZipEntryReader is used in public API of async_zip::read::stream::ZipFileReader and it was public, but it is now private in 0.0.12

Majored commented 1 year ago

Looks like it was accidentally removed in a recent PR and was missed.

I've added it back & a small comment to clarify the re-export is intended as part of the public API: https://github.com/Majored/rs-async-zip/commit/26f7a47105db4bda46ad46fee1ecc8a9921cfc64