aboutsummaryrefslogtreecommitdiff
path: root/src/zip
Commit message (Collapse)AuthorAgeFilesLines
* Create file driver and implement file readerIgor Tolmachev2024-06-297-26/+142
|
* Implement file getter in archiveIgor Tolmachev2024-06-274-6/+30
|
* Fix string errorsIgor Tolmachev2024-06-251-2/+4
|
* Add bit flag logicIgor Tolmachev2024-06-254-1/+141
|
* Improve ZipFileIgor Tolmachev2024-06-235-79/+149
|
* Save changes 2024-06-21Igor Tolmachev2024-06-231-1/+1
|
* Implement deserializeIgor Tolmachev2024-06-232-28/+36
| | | | Remove bincode crate and replace it by own written serializer
* Implement serializeIgor Tolmachev2024-06-233-6/+7
|
* Optimize file readingIgor Tolmachev2024-06-231-25/+13
|
* Add simple zip readerIgor Tolmachev2024-06-235-0/+305
|
* Reset branchIgor Tolmachev2024-06-235-451/+0
|
* Add basic zip readerIgor Tolmachov2024-06-233-212/+293
|
* Add zip archive datatypesIgor Tolmachov2024-06-232-0/+271
|
* Add zip stubsIgor Tolmachov2024-06-234-0/+99