v/vlib/szip
Alexander Medvednikov f293874c05
all: replace []byte with []u8
2022-04-17 12:14:28 +02:00
..
README.md
szip.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
szip_test.v

README.md

Description:

szip is a thin wrapper around miniz.h, which in turn is "Single C source file zlib-replacement library, originally from code.google.com/p/miniz". It provides utility functions for reading/writing .zip files.

TODO Merge/move under vlib/compress/zip .