You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.