zip-rs-wasm/src
Chris Hennick 48707f7ce7
Merge pull request #84 from psychon/psychon-patch-1
Remove unnecessary "mut"
2024-05-02 22:23:43 +00:00
..
extra_fields style: cargo fmt --all, fix bzip2 error 2024-05-02 10:55:41 -07:00
read fix some clippy warnings 2024-05-02 09:18:18 +02:00
aes.rs Refactor to use boxed slices instead of Vec where possible 2024-04-08 12:09:23 -07:00
aes_ctr.rs Remove unnecessary "mut" 2024-05-02 20:58:34 +02: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, fix bzip2 error 2024-05-02 10:55:41 -07:00
read.rs Merge pull request #75 from cosmicexplorer/oldpr400 2024-05-02 21:14:48 +00:00
result.rs style: remove extra spaces before comment 2024-05-02 09:39:50 -07:00
spec.rs fix: Rare bug where find_and_parse would give up prematurely on detecting a false end-of-CDR header 2024-04-29 13:18:17 -07:00
types.rs Merge pull request #77 from cosmicexplorer/oldpr395 2024-05-02 20:48:04 +00:00
unstable.rs Added ExtendedFileOptions 2024-04-15 16:32:07 -04:00
write.rs Merge pull request #75 from cosmicexplorer/oldpr400 2024-05-02 21:14:48 +00:00
zipcrypto.rs fix: Decrypt the read bytes in ZipCrypto instead of entire buffer 2024-04-27 23:41:32 +07:00