zip-rs-wasm/src
2024-05-08 10:59:32 -07:00
..
extra_fields chore: Update due to merge of #82 2024-05-02 17:55:13 -07:00
read refactor: Remove byteorder dependency (#83) 2024-05-02 17:50:27 -07:00
aes.rs Make crypto validate methods return ZipError when signifying invalid passwords 2024-05-06 16:37:05 +02:00
aes_ctr.rs Merge branch 'master' into no-byte-order-a 2024-05-02 22:22:42 -07:00
build.rs feat: Improve ErrorKind in ZipError to io::Error conversion (previously https://github.com/zip-rs/zip-old/pull/421) 2024-04-29 19:16:31 -07:00
compression.rs fix: Make Stored the default compression method if Deflated isn't available, so that zip files are readable by as much software as possible 2024-05-06 13:00:43 -07:00
cp437.rs fix some clippy warnings 2024-05-02 09:18:18 +02:00
crc32.rs Remove redundant imports 2024-02-28 16:03:44 -08:00
lib.rs Add support for writing AES-encrypted files 2024-05-06 16:37:05 +02:00
read.rs fix: Prevent panic when trying to read a file with an unsupported compression method 2024-05-06 16:43:04 -07:00
result.rs style: remove extra spaces before comment 2024-05-02 09:39:50 -07:00
spec.rs perf: Optimize for the fact that false signatures can't overlap with real ones 2024-05-08 10:59:32 -07:00
types.rs refactor: Remove unused atomic module 2024-05-06 14:14:25 -07:00
unstable.rs Add support for writing AES-encrypted files 2024-05-06 16:37:05 +02:00
write.rs style: Fix more conditionally-unused imports 2024-05-07 22:09:30 -07:00
zipcrypto.rs Make crypto validate methods return ZipError when signifying invalid passwords 2024-05-06 16:37:05 +02:00