c-resources/CPlusPlus20ForProgrammers-m.../examples/libraries/miniz-cpp
davoudn 754b4098da some changes to chapter 6 2024-04-08 23:45:18 -07:00
..
examples some changes to chapter 6 2024-04-08 23:45:18 -07:00
tests some changes to chapter 6 2024-04-08 23:45:18 -07:00
.gitignore some changes to chapter 6 2024-04-08 23:45:18 -07:00
CMakeLists.txt some changes to chapter 6 2024-04-08 23:45:18 -07:00
LICENSE.md some changes to chapter 6 2024-04-08 23:45:18 -07:00
README.md some changes to chapter 6 2024-04-08 23:45:18 -07:00
zip_file.hpp some changes to chapter 6 2024-04-08 23:45:18 -07:00

README.md

miniz-cpp

A cross-platform header-only library for reading and writing ZIP files using a nice simple API similar to Python's zipfile. See examples/ for a demonstration of the use of the library.