Skip to content

MT-ZIP 2.0.0

Compare
Choose a tag to compare
@JohnTheCoolingFan JohnTheCoolingFan released this 08 Apr 14:18
· 67 commits to main since this release
7e9244a
  • Fixed unix file/dir bit flags.
  • Added support for extra fields, currently implemented ones are NTFS flags and unix timestamp and uid/gid as per Info-ZIP specification. These properties are automatically retrieved from filesystem when possible, but also can be set by the user.
  • Added more methods for more flexible usage.
  • Added ability to set compression method and level.
  • Added a feature flag zlib to enable flate2/zlib feature, some flate2 features have been propagated through the crate.
  • Rust's Cow is used for optionally borrowed paths and memory data.
  • Internal code rearrangement and refactoring.