zip-rs-wasm/src
2024-04-30 09:05:17 -07:00
..
read Update stream.rs to use the is_dir function instead of explicitly checking ZipFile name 2024-04-30 09:05:17 -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 Refactor to use boxed slices instead of Vec where possible 2024-04-08 12:09:23 -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 cargo fmt 2024-04-08 12:11:49 -07:00
crc32.rs Remove redundant imports 2024-02-28 16:03:44 -08:00
lib.rs Update docs, remove some deprecated methods, and substitute crate version into docstring 2024-04-22 17:23:44 -07:00
read.rs Fix directory check in extract function 2024-04-30 09:05:16 -07:00
result.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
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 Added ExtendedFileOptions 2024-04-15 16:32:07 -04:00
unstable.rs Added ExtendedFileOptions 2024-04-15 16:32:07 -04:00
write.rs style: fix unused-variable warning for test 2024-04-29 13:33:53 -07:00
zipcrypto.rs fix: Decrypt the read bytes in ZipCrypto instead of entire buffer 2024-04-27 23:41:32 +07:00