zip-rs-wasm/tests
Manu Thambi 91c93579f2 Added ZipArchive::file_names() method to return an iterator of all the file names
in the archive.

Using ZipArchive::by_index() to obtain a list of files is slow, if the files are
not read, because it creates the decompressor internally before returning ZipFile.

Fixes #122
2020-01-14 09:58:12 -05:00
..
data Fix CI test with --no-default-features failing. 2019-01-31 13:39:30 +01:00
end_to_end.rs Added ZipArchive::file_names() method to return an iterator of all the file names 2020-01-14 09:58:12 -05:00
invalid_date.rs run cargo fix --edition-idioms and manually fix other things 2019-11-11 09:20:31 +02:00
zip64_large.rs run cargo fix --edition-idioms and manually fix other things 2019-11-11 09:20:31 +02:00