# deflate-for-zig **Repository Path**: mirrors_daurnimator/deflate-for-zig ## Basic Information - **Project Name**: deflate-for-zig - **Description**: Deflate implementation for Zig 0.6.0 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Deflate implementation for Zig This is an implementation of the Deflate compression algorithm as per RFC 1951, and the GZip container as per RFC 1952. This is a work in progress. Currently it: * reads a GZip stream from stdin * decompresses it to stdout * validates the contents against the CRC32 and uncompressed length inside the GZip footer