Commit graph

7 commits

Author SHA1 Message Date
1078fd249c
feat: add method field to ZipEntry
Contains information about the compression method for the entry.
2025-01-06 06:05:43 +00:00
e7a654d530
chore(examples): update example to use test file 2025-01-06 05:51:40 +00:00
6f4083f10f
chore(examples): slightly refactor tour example 2025-01-02 06:07:23 +00:00
023fb2bfd7
chore(examples): improve contents listing with indent 2024-12-30 18:23:53 +00:00
895cd63fee
chore(examples): add FIXME note for future self 2024-12-30 11:27:09 +00:00
c2e638cbec
style: apply stylua formatter 2024-12-30 11:13:57 +00:00
681b9ce1bf
feat: implement decompression and extraction
* Implements a decompression step for extraction, currently supporting
  `DEFLATE` and `STORED`
* Moved testing file to `examples/`
* Added validation step to `ZipReader:extract` with options to
  optionally skip it (matches checksum and uncompressed size)
2024-12-30 11:09:48 +00:00