v/vlib/szip
2023-10-25 15:01:50 +03:00
..
README.md
szip.v all: make all struct C.XYZ -> pub struct C.XYZ (#19651) 2023-10-25 15:01:50 +03:00
szip_test.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +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 .