v/vlib/szip
yuyi d71fc0d13f
checker: fix error for cast to alias of reference struct (#13278)
2022-01-26 12:32:14 +02:00
..
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
szip.v checker: fix error for cast to alias of reference struct (#13278) 2022-01-26 12:32:14 +02:00
szip_test.v szip: cleanup after tests 2021-11-28 15:30:26 +02:00

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 .