mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Split reading/parsing tar file and writing results to the disk in two separate steps. So we can later test parsing part without need to write everyting to the disk.