zig-help
HELP WITH FS ON 0.16
Flexible array member (yet again)
Answered
`io.select()` on runtime-known slice of futures
Answered
Code review - Thread safe channel using a ring buffer queue
safe print byte
Answered
Code review - Gameboy Emulator in Zig (Still WIP) New to zig
New User
std.time.Instant - how to use
why are there a stream in server and another in connection? whats is the perpose of the accept fn?
master
New User
Answered
Are pointers to function arguments valid in the scope where the function was called?
Answered
Implementing a `std.Io`
Standard Library
master
Answered
What options do I have in Zig to distinguish strings vs. other byte arrays in serialization?
Answered
advanced c translation
Answered
hover on library function like std.math
Standard Library
master
New User
Answered
How to use std.http in zig 0.16-dev (master)
master
Answered
Unmutated variable not detected
In std.builtin.Type.StructField, what does the `is_comptime: bool` field mean?
Answered
sleep function in zig?
Answered
Deinit wrapper type through mutable or const pointer ?
Understanding zig fetch
Answered
avoid StderrStreamTooLong
New User
Answered
Just need some clarification on why my `build.zig` is not... working. And maybe tips on game engines
master
New User
Answered
better ways to write these 7 lines of code?
Answered
default value for slice in struct?
To which extent can one use undefined in "non-evaluated" contexts?
Lifetime of pointers to temporary values
Answered
confusing pointer cast error when switching on union
New User
Answered
a single completely static zig binary
Answered
A problem with opaque fields in structs
Getting Invalid Record error when trying to compile code in 0.15.2
How to get debugging with CodeLLDB working in VsCode
In 0.15.2 is there a way to send a datagram to a UDP server using ip:port?
Standard Library
Answered
How to use `std.process.Child` on the newer versions?
Answered
Running server during tests
master
Answered
Zig + Meson + Wasi
Build System
Standard Library
Compiler
New User
`@branchHint` semantics
Answered
os signal
Standard Library
master
How to see return type of function that changes based on inputs'?
Answered
how to programmatically check if a function has written tests for it?
Invoke Zig compiler directly from a zig program without interacting with system shell
Answered
Cannot pass (runtime) tuple to function as `anytype` if function returns a type?
Is there a good way to set up PGO in a build.zig using LLVM directly?
master
doctest lib root
Answered
confusion about pointer to tuple fields
Answered
How to concatenate a usize to a string?
Answered
Improve comptime performance
Answered
Slice of unknown size
Answered
If tests are run in parallel, what happens if multiple tests use the same global variables?
Answered
zig master branch broken?
double free or corruption (fasttop) in multithreaded code
Answered
Correct way to use arena allocators?
Standard Library
master
New User
Answered