https://github.com/kdm9/dcstream
(de)-compression streams for C. Supports zlib, bz2, zstd
https://github.com/kdm9/dcstream
Last synced: about 2 months ago
JSON representation
(de)-compression streams for C. Supports zlib, bz2, zstd
- Host: GitHub
- URL: https://github.com/kdm9/dcstream
- Owner: kdm9
- License: mpl-2.0
- Created: 2016-10-17T06:40:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T01:06:07.000Z (over 8 years ago)
- Last Synced: 2025-02-14T21:47:12.241Z (4 months ago)
- Language: C
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DCStream
> (De)-Compression Streams for C.
[](https://travis-ci.org/kdmurray91/dcstream)
A consistent API for the compression and decompression of files in C. Supports
GZip/zlib, Zstandard, and BZip2.