zip-rs / zip-old

Zip implementation in Rust
MIT License
731 stars 204 forks source link

add ZipWriter::finish_into_readable() #400

Closed cosmicexplorer closed 5 months ago

cosmicexplorer commented 1 year ago

In my project medusa-zip, I often write to a zip file and then immediately read it back. Writing a zip file somewhere and then providing a ZipArchive view over its contents seems like a reasonable enough use case to support upstream.

This is not a breaking change.

Pr0methean commented 5 months ago

Replaced with https://github.com/zip-rs/zip2/pull/57.