https://github.com/c0de4un/gzip_util
gzip_util - console app (utility) to pack & unpack data. Started as sample project to learn about compresion of files using zlib (gzip, zip, etc).
https://github.com/c0de4un/gzip_util
zip zlib-example zlib-tutorial
Last synced: 12 days ago
JSON representation
gzip_util - console app (utility) to pack & unpack data. Started as sample project to learn about compresion of files using zlib (gzip, zip, etc).
- Host: GitHub
- URL: https://github.com/c0de4un/gzip_util
- Owner: c0de4un
- License: mit
- Created: 2019-02-09T14:13:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T12:17:22.000Z (over 7 years ago)
- Last Synced: 2025-02-26T21:24:28.996Z (over 1 year ago)
- Topics: zip, zlib-example, zlib-tutorial
- Language: C
- Size: 7.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gzip_util
gzip_util - console app (utility) to pack & unpack data. Started as sample project to learn about compresion of files using zlib (gzip, zip, etc).