zip-rs-wasm/src
Chris Hennick 492a6b9d12
chore: Guard AesInfo behind #[cfg(feature = "aes-crypto")]
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-23 13:04:31 -07:00
..
extra_fields chore: Update due to merge of 2024-05-02 17:55:13 -07:00
read refactor: Remove byteorder dependency () 2024-05-02 17:50:27 -07: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 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 docs: Add package.metadata.docs.rs 2024-05-18 09:42:23 +09:00
read.rs chore: Guard AesInfo behind #[cfg(feature = "aes-crypto")] 2024-05-23 13:04:31 -07:00
result.rs review & clippy 2024-05-23 20:14:01 +02:00
spec.rs chore: partial revert - only &str has chars(), but Box<str> should auto-deref 2024-05-15 16:51:12 -07:00
types.rs chore: Continue to accept archives with invalid DateTime, and use now_utc() as default only when writing, not reading 2024-05-23 09:44:06 -07:00
unstable.rs Add support for writing AES-encrypted files 2024-05-06 16:37:05 +02:00
write.rs chore: Continue to accept archives with invalid DateTime, and use now_utc() as default only when writing, not reading 2024-05-23 09:44:06 -07:00
zipcrypto.rs Make crypto validate methods return ZipError when signifying invalid passwords 2024-05-06 16:37:05 +02:00