🚀 Features
- Add method
decompressed_size()
so non-recursive ZIP bombs can be detected
🚜 Refactor
- Make
ZipWriter::finish()
consume theZipWriter
⚙️ Miscellaneous Tasks
- Use panic! rather than abort to ensure the fuzz harness can process the failure
- Update fuzz_write to use replace_with
- Remove a drop that can no longer be explicit
- Add
#![allow(unexpected_cfgs)]
in nightly