Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tfussell/miniz-cpp

A cross-platform header-only C++14 library for reading and writing ZIP files
https://github.com/tfussell/miniz-cpp

c-plus-plus header-only miniz zip

Last synced: 4 days ago
JSON representation

A cross-platform header-only C++14 library for reading and writing ZIP files

Awesome Lists containing this project

README

        

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.