zig-help
Segfault with pg.zig `result.next()`
Is there a way to change the currently used linter ?
Copy vector into array
New User
Answered
Live log output for zig build test?
Partial freeing of allocated memory
Zig http 0.12.0
Array frustration
New User
Answered
try/catch error without return error from function?
comptime anytype io.Writer parameter question
zig community slack disappearted
Should you return explicit structs
Answered
fmt.format & fmt.errol performance issue
When to use explicit types in Zig
Answered
what is mean of break statement have noreturn type
help with small error from the compiler
std.mem.byteSwapAllFields and enums
Answered
How do I use a package one step up?
Answered
FixedBufferAllocator and Cache Hits?
Answered
When should I create a type via function and when should I do so via a variable?
New User
0.13.x
methods in comptime generated struct
Returning pg.zig Result type from Zap as JSON
Freeing type-erased allocations
enum with arrays as values?
Answered
comptime: array of names of functions in struct
Answered
0.13.x
Condition acts differently between Debug/ReleaseSafe and ReleaseFast/ReleaseSmall
0.11.x
Compiler
0.13.x
Backward branches odd value?
Answered
Optional not null or ...
Setting program stack size from build.zig?
0.11.x
Best way to do a conditional assignment with multiple different variables
New User
0.13.x
Passing (buffered) writer/reader to functions
a way to catch C leaks
Answered
Behavior of vectors assigned from arrays
0.11.x
New User
Answered
Zig complaining about a value of type []const u8 into being a usize
Fractional component prevents coercion
New User
Answered
bun and zig for production
zap: threads vs workers?
How can I use std.fmt.format(...) at comptime?
New User
Answered
Finding packages/libraries
Comptime string generation ? (And comptime question)
New User
zig build: redirect system command's stderr to /dev/null
Answered
iso 8601 timestamp recommendations
Answered
Passing value of type [NUM]T to a function that expects []T
how to compare error set
0.11.x
Answered
Testing with different types
Answered
0.13.x
Zig LSP (ZLS) not detecting blatant errors
std.mem.sort deleting parts of array; Zig 0.11
0.11.x
How to pass double pointers to a C function?
Answered
New User
0.13.x
How can i get tuple field names and fields count?
What `.artifact` doest in build.zig?
is it possible to implement an iterator on a struct that can be used in a for loop?