aboutsummaryrefslogtreecommitdiff
path: root/src/zip/driver.rs
Commit message (Expand)AuthorAgeFilesLines
* Small visual improvementsIgor Tolmachev2024-07-051-3/+5
* Add compression support (lzma and xz are broken)Igor Tolmachev2024-07-021-38/+50
* Add `Clone` derive and edit trait typesIgor Tolmachev2024-06-301-39/+36
* Create file driver and implement file readerIgor Tolmachev2024-06-291-17/+21
* Implement file getter in archiveIgor Tolmachev2024-06-271-4/+17
* Fix string errorsIgor Tolmachev2024-06-251-2/+4
* Add bit flag logicIgor Tolmachev2024-06-251-1/+2
* Improve ZipFileIgor Tolmachev2024-06-231-34/+79
* Implement deserializeIgor Tolmachev2024-06-231-28/+27
* Implement serializeIgor Tolmachev2024-06-231-2/+2
* Optimize file readingIgor Tolmachev2024-06-231-25/+13
* Add simple zip readerIgor Tolmachev2024-06-231-0/+143