Crate zip_rs

source ·
Expand description

Zip file parsing library

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

for file in files {
  // ...
}

Structs

Enums

Constants