aboutsummaryrefslogtreecommitdiff
path: root/src/zip/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add zstd compression and fix bugsIgor Tolmachev2024-07-121-2/+0
|
* Fix lzma decompressionIgor Tolmachev2024-07-051-2/+2
|
* Add compression support (lzma and xz are broken)Igor Tolmachev2024-07-021-0/+2
|
* Add `Clone` derive and edit trait typesIgor Tolmachev2024-06-301-0/+2
|
* Create file driver and implement file readerIgor Tolmachev2024-06-291-0/+8
|
* Improve ZipFileIgor Tolmachev2024-06-231-19/+17
|
* Implement serializeIgor Tolmachev2024-06-231-4/+4
|
* Add simple zip readerIgor Tolmachev2024-06-231-0/+58