v/vlib/compress/szip
2025-01-27 11:42:27 +02:00
..
README.md
szip.c.v checker: fix private symbol visibility checking (fix #23518) (#23543) 2025-01-27 11:42:27 +02:00
szip_test.v

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.