GitHub - zigcc/zig-cookbook: Zig cookbook is a collection of simple Zig programs that demonstrate good practices to accomplish common programming tasks.
Zig Cookbook
Zig cookbook is a collection of simple Zig programs that demonstrate good practices to accomplish common programming tasks.
How to use
The website is generated by mdbook, mdbook serve will start a server at http://localhost:3000 for preview.
Each recipe is accompanied by an illustrative example named after its corresponding sequence number. These examples can be executed using the command zig build run-{chapter-num}-{sequence-num}, or zig build run-all to execute all.
Currently both...
Read more at github.com