zig-help
Defining a structs function body later, while capturing own instance
ZLS completion for Zig packages
How to (perhaps) do some action in each file in a dir?
Standard Library
What's the correct div builitn i should use to mimic C's behavior?
Allocate entire pages with page allocator
Standard Library
Bring Slice From Heap to Stack
how to hijack the source code in a build step?
Calling z from c, right way to link libcompiler_rt.a
loop over c string
What's the right zig type for interop with C bitmasks ?
error expected type 'u3', found 'u8'
returning errors from main?
zig build - copy file
llvm-rc? or.. how to add Icons to windows executables?
Answered
Zig in education
comptime call of external function?
Switch on zig version within build.zig to deal with breaking changes in std.build.Builder
New User
C import failed. How to debug?
Builtin to determine whether a type is an integer type?
Recommended way to handle global initialization or deinitialization routines?
Is casting function pointers to const anyopaque pointers allowed?
Define an array of structs that is not only available at comptime but without using a block
New User
Analog to `catch` but for success
WebAssembly stack
Progress on next zig release?
Array definition with comptime known length
Slicing vector for another vector?
Segfault when running `zig build-exe`
termios module not working
Pointer to array with strings
expected type '[]const u8', found 'TypeOf(null)'
Compiler
Adding unsigned integer with signed integer of the same size
Declare extern fn and assign to GetProcAddress() result
Destructive realloc
Standard Library
Casting a floating point number to or from a byte array
can i cast an enum directly to u32 without having to intCast?
Switch on strings?
Volatile array pointer not volatile?
How to print which is the 'native' target?
Compiler
New User
async∶ call suspend inside other func.
Is it legal to move a GeneralPurposeAllocator?
vectored io broken?
Clang command doesn't work with `zig cc`
LLVM emit Zig to C
Compiler
How to tell build.zig to use a linker script and target a different architecture
Standard Library
New User
Length of anyopaque slice
Struct of strings in idiomatic Zig?
New User
lld-link error undefined symbol in6addr_any
New User
Open memory as file
New User
Standard Library
json serialize shared fields