mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
6 lines
266 B
Markdown
6 lines
266 B
Markdown
## Description:
|
|
|
|
`szip` is a thin wrapper around [miniz.h](https://github.com/richgel999/miniz),
|
|
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.
|