mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
This includes a breaking change: std.compress.gzip.GzipStream renamed to std.compress.gzip.Decompress This follows the same naming convention as std.compress.xz so that the stream type can be passed as a comptime parameter.