miniz-cpp
ZIP parser
A cross-platform C++14 library for reading and writing ZIP files with a simple API.
A cross-platform header-only C++14 library for reading and writing ZIP files
231 stars
12 watching
78 forks
Language: C++
last commit: 10 months ago
Linked from 1 awesome list
c-plus-plusheader-onlyminizzip
Related projects:
Repository | Description | Stars |
---|---|---|
vivkin/nozip | A C library for reading ZIP files by parsing and decoding the ZIP format to provide direct access to the stored data | 13 |
zlib-ng/minizip-ng | A C-based zip archive manipulation library with support for various compression and encryption methods. | 1,241 |
eyalz800/zpp_bits | A lightweight C++20 serialization and RPC library in one header file | 747 |
andy-thomason/andyzip | A C++ header-only library providing fast and compact implementations of zip, bzip2, and brotli compression, with plans to add novel compression methods using suffix arrays and LCP. | 25 |
tfussell/xlnt | A C++ library for manipulating spreadsheets in memory and reading/writing XLSX files | 1,491 |
xoofx/cppast.net | A C/C++ parser library providing access to the full AST and comments for .NET Framework and .NET Core applications. | 504 |
jsummers/oldunzip | A collection of C libraries for decompressing ZIP files using various compression methods. | 14 |
pixelglow/zipzap | A zip file I/O library for iOS, macOS and tvOS | 1,221 |
kuba--/zip | A portable C library for creating, reading, and extracting zip archives | 1,420 |
nih-at/libzip | A C library for reading, creating, and modifying zip archives. | 851 |
og-sadpanda/sharpzippo | Tools to inspect and access encrypted data within Zip files using C# | 58 |
rikyoz/bit7z | A C++ static library providing a simple interface to 7-zip shared libraries for compression and extraction of archive files | 650 |
taocpp/pegtl | A header-only C++ library for defining and implementing parser combinators using a Parsing Expression Grammar approach | 1,945 |
embeddedmz/ftpclient-cpp | Provides a simple C++ API to interact with FTP servers | 212 |
richgel999/miniz | A single C source file implementation of the zlib and Deflate compressed data format specification standards with high performance data compression capabilities. | 2,218 |