zig-help
parseFromTokenSource during comptime
Trying to get started with zig, looking at a SDL demo, error compiling
Does incremental compilation works on building zig itself?
Redirect stdout in current application
New User
Still couldn't understand how this code works
New User
developing the zig compiler and recompile fast
Answered
Threading issue
Printing Things in Zig
New User
Interface with comptime sized arrays
Help Installing mustache-zig
New User
Undeclared identifier
Answered
How to debug emscripten / wasm --release=fast build?
idiomatic ArrayList for stack-allocated slices?
Standard Library
Answered
0.13.x
Weird compilation error (and terminal problems) after trying to compile this code
Answered
0.13.x
is there a std way to stream JSON?
Answered
Trouble with creating slice of slices
Answered
Why doesn't the SinglyLinkedList have an allocator?
Standard Library
Answered
Workaround for `TODO: implement @ptrCast between slices changing the length`
Slice from ArrayList
How do I convert a [256]u16 to [*:0]u16 ?
0.13.x
Is there a less verbose way to cast ints?
Answered
0.13.x
avoiding redundant code
New User
Answered
Cleanest approach to have struct with comptime dependent fields
Build System
0.13.x
Zig behaving weirdly
0.13.x
Zig fmt config?
New User
root struct of file 'build' has no member named 'main'
Build System
Is error builder possible?
Answered
How to do in Zig with these requirements for allocated 2D fixed array?
storing a separate enum vs using a tagged union
0.14.x
New User
Answered
How to properly return and free parsed Json
Standard Library
New User
Answered
How do I make a package that offers functions to be imported into build.zig?
Build System
Answered
Simple http.zig Webapp Code Review
Metaprograming?
Printing struct fields
Where's the memory leak? I have no idea what I'm doing...
New User
Standard Library
Answered
0.13.x
i hate splitting in zig
Zig Daemon
Answered
zap with websockets
enable cpu feature in build.zig?
Build System
Answered
0.13.x
How to return pointer to an allocated slice from a function
New User
Is there a way to add arbitrary padding to a struct?
0.13.x
Build.zig getting an unknown error
User input
Answered
can't assign a constant
Getting OutOfMemory during zig-bootstrap when zig1 is ran
how to copy a list
Timestamp
Answered
How does one move a stack struct into the heap?
New User
Answered
0.13.x
Creating comptime array with a for loop. Possible?
I'm creating a struct with @Type and I'm curious how I can use usingnamespace to add functions