zip-rs / zip-old

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

Add remove and update file examples #434

Closed jmacadie closed 5 months ago

jmacadie commented 7 months ago

Per discussion #430, it was not obvious to me how to update a file within an archive. I have added some examples of how to delete and update to make it easier for anyone in a similar situation to me in the future

Pr0methean commented 5 months ago

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