Expand description
Zip file parsing library
let mut archive = ZipArchive::from_path("./foo.zip").unwrap();
for file in archive.files() {
// ...
}
Structs§
- Central
Directory - Central
Directory File Header - Compressed
ZipFile - A single compressed ZIP file
- Compression
Method - Date
Time Modified - EndCentral
Directory - External
Attributes - Internal
Attributes - Metadata
- Os
- ZipArchive
- An entire ZIP archive file
- ZipFlags
- General purpose bit flags related to encoding