zip-rs-wasm/src
2024-10-21 05:05:49 +00:00
..
extra_fields test: Fix bug: wrong field was being used for CRC32 2024-06-14 10:01:50 -07:00
read fix: resolve clippy warning in nightly (#252) 2024-10-21 05:05:49 +00:00
aes.rs Merge branch 'master' into expose-aes-info 2024-05-23 12:39:58 -07:00
aes_ctr.rs Merge branch 'master' into no-byte-order-a 2024-05-02 22:22:42 -07:00
build.rs style: cargo fmt --all 2024-05-15 17:47:20 -07:00
compression.rs Split reader and decompressor 2024-07-16 10:47:11 +02:00
cp437.rs fix some clippy warnings 2024-05-02 09:18:18 +02:00
crc32.rs Improve several Read methods on ZipFile 2024-07-11 14:31:31 +02:00
lib.rs docs: Update list of supported features (#230) 2024-08-05 17:15:45 +00:00
read.rs fix: resolve clippy warning in nightly (#252) 2024-10-21 05:05:49 +00:00
result.rs fix: Decode Zip-Info UTF8 name and comment fields (#159) 2024-06-02 11:52:20 -07:00
spec.rs publicly export and document the zip64 threshold constants (#79) 2024-07-20 01:52:06 +00:00
types.rs fix: (#33) Rare combination of settings could lead to writing a corrupt archive with overlength extra data, and data_start locations when reading the archive back were also wrong (#221) 2024-07-29 02:24:07 +00:00
unstable.rs fix: resolve clippy warning in nightly (#252) 2024-10-21 05:05:49 +00:00
write.rs fix: resolve clippy warning in nightly (#252) 2024-10-21 05:05:49 +00:00
zipcrypto.rs fix: resolve clippy warning in nightly (#252) 2024-10-21 05:05:49 +00:00