Crate zip_rs

source ·
Expand description

Zip file parsing library

let mut archive = ZipArchive::from_path("./foo.zip").unwrap();

for file in archive.files() {
  // ...
}

Structs

Enums

Constants