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
First of all, thanks for this great library. I've tested it against the zip crate, and it's almost 4 times faster on my machine.
As I am looking to recover permissions from extracted files similar to unix_mode (https://docs.rs/zip/latest/zip/read/struct.ZipFile.html#method.unix_mode) I wonder if that might be exposed in the file's metadata?
The text was updated successfully, but these errors were encountered:
First of all, thanks for this great library. I've tested it against the
zip
crate, and it's almost 4 times faster on my machine.As I am looking to recover permissions from extracted files similar to
unix_mode
(https://docs.rs/zip/latest/zip/read/struct.ZipFile.html#method.unix_mode) I wonder if that might be exposed in the file's metadata?The text was updated successfully, but these errors were encountered: