Open woelper opened 2 years ago
Give it a shot! Added in 0.5.1: https://docs.rs/piz/0.5.1/piz/read/struct.FileMetadata.html#structfield.unix_mode
I will! Thank you so much, you rock!
Thanks for 8+ months of patience. :sweat_smile: I hope life has been good in the meantime!
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 tounix_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?