zip-rs-wasm/src
2024-04-22 17:23:44 -07:00
..
read Update docs, remove some deprecated methods, and substitute crate version into docstring 2024-04-22 17:23:44 -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
compression.rs Add support for decompressing LZMA 2024-04-11 13:03:57 -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 Update docs, remove some deprecated methods, and substitute crate version into docstring 2024-04-22 17:23:44 -07:00
result.rs Change crate name to "zip" per https://github.com/zip-rs/zip/issues/446#issuecomment-2063837388 2024-04-19 18:50:27 -07:00
spec.rs Restore support for Path and fix handling of ".." 2024-04-20 14:05:11 -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 Update docs, remove some deprecated methods, and substitute crate version into docstring 2024-04-22 17:23:44 -07:00
zipcrypto.rs Make functions const where possible 2023-06-07 22:15:06 -07:00