https://github.com/rzeldent/micro-miniz
Library for decoding gzip
https://github.com/rzeldent/micro-miniz
compression decompression gzip gzip-compression gzip-decompression miniz
Last synced: 8 months ago
JSON representation
Library for decoding gzip
- Host: GitHub
- URL: https://github.com/rzeldent/micro-miniz
- Owner: rzeldent
- License: mit
- Created: 2022-10-02T19:32:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T08:45:13.000Z (over 2 years ago)
- Last Synced: 2025-03-22T03:26:28.293Z (about 1 year ago)
- Topics: compression, decompression, gzip, gzip-compression, gzip-decompression, miniz
- Language: C
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# micro-miniz
[](https://github.com/rzeldent/micro-miniz/actions/workflows/main.yml)
Library for encoding and decoding gzip
## Introduction
This library is an encapsulation around the [miniz library](https://code.google.com/archive/p/miniz/).
Only the basic files are included:
- miniz.c
- miniz.h