v0.6.0
Changes
- Pass through Zip and Io errors
- Replaces all instances of unwrap()
- The
read::ZipArchiveExtensions
now returnsZipResult<PathBuf>
instead ofPathBuf
as the underlying operation can return an error. - Adds tests; extends try_is_zip method to detect different archive formats.