• Where can I ask questions?
  • Where is the documentation for the Zig standard library?
  • Why does zig fmt use spaces instead of tabs?
  • Why does zig fmt have no configuration options?
  • Why are some zig command options prefixed with - and others with -- ?
  • How do I make zig fmt skip a range of source lines?
  • Explain this error: Unable to create builtin.zig: access denied
  • Why is switching on []u8 (strings) not supported?
  • I would like to use --verbose-air but it is really loud. How can I focus the compiler?
  • Why was varargs replaced with tuples?
  • Why do I get illegal instruction when using with zig cc to build C code?
  • How to add command-line args to zig build run sub-command?
  • usage
  • edit build.zig
  • How to tie a zig build run sub-command to custom -D style options
  • usage
  • edit build.zig
  • src/main.zig
  • How do I use packages?
  • zig build-exe and other direct commands:
  • zig build
  • Why am I seeing hard errors that a framework could not be found when cross-compiling to macOS from a different host OS?
  • Why can't I put a file in multiple modules?
  • What is the status of async in Zig?