aboutsummaryrefslogtreecommitdiff
path: root/src/driver/driver.rs
Commit message (Expand)AuthorAgeFilesLines
* Optimize encryptionIgor Tolmachev2024-07-161-3/+2
* Add traditional PKWARE decryption.Igor Tolmachev2024-07-161-0/+1
* Add file indexationIgor Tolmachev2024-07-141-4/+7
* Add compression support (lzma and xz are broken)Igor Tolmachev2024-07-021-8/+11
* Add `Clone` derive and edit trait typesIgor Tolmachev2024-06-301-6/+9
* Create file driver and implement file readerIgor Tolmachev2024-06-291-10/+17
* Implement file getter in archiveIgor Tolmachev2024-06-271-0/+6
* Add simple zip readerIgor Tolmachev2024-06-231-0/+25