I have an unhealthy obsession with one-file implementations of useful things in C, which you can just drop into your project and use without configuring libraries with dozens of files. Miniz is one such project: it is a single 225 KB miniz.c
, which contains a zlib
replacement plus functions to read/write ZIP files.
Continue reading “miniz — fast single-file ZIP implementation in C”