@hatch:zip v0.1.1
Read and write ZIP archives entirely in memory (store / deflate / zstd).
$
hatch add @hatch:zip
Read and write ZIP archives entirely in memory (store / deflate / zstd).
Zip.static entries(bytes)
Zip.static info(bytes)
Zip.static read(bytes, name)
Zip.static readAll(bytes)
Zip.static write(entries)
Zip.static write(entries, method)
Zip.static validateBytes_(b, label)