Skip to content

v0.6.0

Compare
Choose a tag to compare
@matzefriedrich matzefriedrich released this 30 Nov 00:34
· 8 commits to master since this release
d1b02e9

Changes

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