Zip file parsing library
let file = ZipArchive::from_path("./foo.zip").unwrap(); for file in files { // ... }