mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-03 22:20:55 +01:00
Unzip implementation in pure Luau
* 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) |
||
---|---|---|
.vscode | ||
examples | ||
lib | ||
.gitignore | ||
.luaurc | ||
LICENSE.md | ||
pesde.lock | ||
pesde.toml |