zip-rs-wasm/src
Damien Collard b9af51e654 Add ZipFile::is_dir() and ZipFile::is_file().
The naming matches that of std::fs::Metadata.

An entry is determined to be a directory based on the presence of
a trailing path separator, i.e. '/' or '\'.

This patch adds a small test zip containing files and directories.
Their names match their type so as to make testing easy.
2019-01-27 15:57:30 +01:00
..
compression.rs add libflate feature 2018-11-04 10:12:21 -08:00
cp437.rs Simplify one test 2015-06-30 09:58:56 +02:00
crc32.rs use crc32fast crate for checksumming 2018-11-14 00:44:34 +11:00
lib.rs Change date api 2018-11-17 10:26:25 +01:00
read.rs Add ZipFile::is_dir() and ZipFile::is_file(). 2019-01-27 15:57:30 +01:00
result.rs Add impl to convert a ZipError to a io::Error 2015-04-20 09:25:22 +02:00
spec.rs Replace try! macros with ? operator calls 2018-10-02 23:12:35 +02:00
types.rs Fix for rust 1.20.0 2018-11-17 12:10:23 +01:00
write.rs Remove unused import 2018-12-06 19:55:29 +01:00