aboutsummaryrefslogtreecommitdiff
path: root/src/zip/structs.rs
Commit message (Collapse)AuthorAgeFilesLines
* Optimize encryptionIgor Tolmachev2024-07-161-3/+3
| | | | | | - Add archive for testing encryption of compressed files - Implement incorrect password check - Use custom crc32 function
* Fix dead_code warningIgor Tolmachev2024-07-151-0/+1
|
* Add mtime, atime, ctimeIgor Tolmachev2024-07-101-4/+4
|
* Improve ZipFileIgor Tolmachev2024-06-231-1/+7
|
* Implement deserializeIgor Tolmachev2024-06-231-0/+9
| | | | Remove bincode crate and replace it by own written serializer
* Add simple zip readerIgor Tolmachev2024-06-231-0/+52