Expand description
Zip file parsing library
let mut archive = ZipArchive::from_path("./foo.zip").unwrap();
for file in archive.files() {
// ...
}
Structs
- A single compressed ZIP file
- An entire ZIP archive file
- General purpose bit flags related to encoding