v/vlib/szip
2023-11-27 07:33:09 +02:00
..
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
szip.c.v vlib: add a compress.szip module, deprecate the szip one after 2023-12-31 (#20003) 2023-11-27 07:33:09 +02:00
szip_test.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00

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 .