Unzip implementation in pure Luau
Find a file
Erica Marigold 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
.vscode chore: init, the basics 2024-12-28 17:19:37 +00:00
examples feat: implement decompression and extraction 2024-12-30 11:09:48 +00:00
lib feat: implement decompression and extraction 2024-12-30 11:09:48 +00:00
.gitignore chore: init, the basics 2024-12-28 17:19:37 +00:00
.luaurc chore: init, the basics 2024-12-28 17:19:37 +00:00
LICENSE.md chore: init, the basics 2024-12-28 17:19:37 +00:00
pesde.lock chore(pkg): remove unneeded deps 2024-12-29 05:21:05 +00:00
pesde.toml chore(pkg): remove unneeded deps 2024-12-29 05:21:05 +00:00