c-resources/CPlusPlus20ForProgrammers-m.../examples/libraries/miniz-cpp/README.md

4 lines
317 B
Markdown
Raw Permalink Normal View History

2024-04-09 06:45:18 +00:00
miniz-cpp
=========
A cross-platform header-only library for reading and writing ZIP files using a nice simple API similar to [Python's zipfile](https://docs.python.org/3/library/zipfile.html). See [examples/](https://github.com/tfussell/miniz-cpp/tree/master/examples) for a demonstration of the use of the library.