tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.6k stars 155 forks source link

bump zip from 1 to 2 #439

Closed jqnatividad closed 1 month ago

jqnatividad commented 1 month ago

cc @Pr0methean

tafia commented 1 month ago

What is the big change in zip2? I'd like to keep MSRV change to the minimum (we just bumped it for the last version of calamine).

Pr0methean commented 1 month ago

Mainly performance improvements (that will be most noticeable when storing or loading a lot of small files) and decoders for additional formats, but also a few fixes to rare bugs that could cause a panic.

tafia commented 1 month ago

Thanks. I don't think we really need it but some people had issues with perf for xlsx (as compared to using quick-xml directly) and maybe it'll help.