In the context of the Safari import project, where we will be importing passwords, credit cards, bookmarks and history from Safari to Chrome (
design doc), we are adding a rust library to unzip a file.
The zip rust crate will be added in this
CL and will be used to unzip the exported data file written by Safari on iOS. The zip rust crate will also be used to replace the existing JS unzipper in Chromium. In the longer term, it will also be used to replace the existing C++ zip libraries (
libzip and
zlib) in Chromium.
Thanks
Alexis