Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tfussell/miniz-cpp
- Owner: tfussell
- License: mit
- Created: 2014-08-01T03:56:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T11:50:25.000Z (12 months ago)
- Last Synced: 2025-01-14T06:26:35.748Z (12 days ago)
- Topics: c-plus-plus, header-only, miniz, zip
- Language: C++
- Homepage:
- Size: 1.74 MB
- Stars: 243
- Watchers: 13
- Forks: 83
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- AwesomeCppGameDev - miniz-cpp - platform header-only C++14 library for reading and writing ZIP files (Maths)
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.