zig.guide icon indicating copy to clipboard operation
zig.guide copied to clipboard

Repo for https://zig.guide content. Get up to speed with Zig quickly.

Results 115 zig.guide issues
Sort by recently updated
recently updated
newest added

Running `zig build` w/ version 0.9.1 puts the binary in `zig-out` not `zig-cache`, at least on my machine with default settings.

Noticed this when reading the documentation this morning. Feel free to close if this is incorrect.

Thanks for the awesome documentation. Updated url for builtin.CallingConvention documentation.

Update the Runtime Safety section, "out of bound, no safety" to generate the beyond bounds index, forcing runtime evaluation. I am relatively new to Zig and I couldn't find a...

I was reading the site on my phone and when I scrolled to the bottom of chapter one there was no obvious link to move to chapter two - I...

I agree that const should be used rather than var where possible for the simple fact that one can not mistakenly write over data that should stay constant. However, this...

Hi! Thanks for your great effort on documenting zig. It would be great to have a section explaining how to implement golang like interfaces or rust like traits in zig....

proposal

I am very new to Zig, so I read this to learn the basics. But I think this is not fully self-contained yet. For example, there are no explanations about...

proposal
accepted
good first issue