🚜 Refactor
- Make
deflate
enable both default implementations - Merge the hidden deflate-flate2 flag into the public one
- Rename _deflate-non-zopfli to _deflate-flate2
- Reject encrypted and using_data_descriptor files slightly faster in read_zipfile_from_stream
- Convert
impl TryInto<NaiveDateTime> for DateTime
toimpl TryFrom<DateTime> for NaiveDateTime
(#136)
⚡ Performance
- Change default compression implementation to
flate2/zlib-ng