zip-rs-wasm/src
2024-05-06 11:24:46 -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 Refactor to use boxed slices instead of Vec where possible 2024-04-08 12:09:23 -07: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 revert: refactor!: remove deflate-miniz feature since it's now equivalent to deflate (#35)" 2024-04-28 10:43:52 -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 style: cargo fmt --all 2024-05-05 18:43:40 -07:00
read.rs style: cargo fmt --all 2024-05-05 18:43:40 -07:00
result.rs style: remove extra spaces before comment 2024-05-02 09:39:50 -07:00
spec.rs fix: file paths shouldn't start with slashes (#102) 2024-05-06 10:52:52 -07:00
types.rs style: Fix fmt and clippy warnings 2024-05-06 11:24:46 -07:00
unstable.rs refactor: Remove byteorder dependency (#83) 2024-05-02 17:50:27 -07:00
write.rs test: Update test_path_normalization to match corrected requirements 2024-05-06 11:17:21 -07:00
zipcrypto.rs fix: Decrypt the read bytes in ZipCrypto instead of entire buffer 2024-04-27 23:41:32 +07:00