zig-help
How do I obtain the name of a function and or variable/arg at comptime?
Answered
How can I make null terminate at comptime ([]const u8 to [:0]const u8)
Answered
How to generate assembly file
Return 0-4 structs
create array of string literals
Make sure something happens comptime
cast const to var
Bit shift help
How to make a unix socket in zig?
Answered
Need help understanding strings and concatenation
Unclear error: `error: error is ignored`
Remove hashmap values and get back the values
Answered
How to make a `type` value `const`
Is there a current working minimal vulkan example?
Answered
What is the idiomatic way to convert a scalar to slice?
Answered
is there a way to read files on unknown size
Answered
How to refer build option when use zig build-exe
Answered
@ptrCast(@alignCast(data)) works outside fn but not inside fn? How can I get it to work w/in a fn?
Reading/writing a tagged union as bytes (converting to/from bytecode)
is comptime much faster than runtime
Member functions that don't use the `self` argument
cast C u32 buffer to Zig u8 buffer
Get zls to keep indentation
What are the options for exe.linkSystemLibrary?
Answered
error: unable to unpack git files: BadZlibHeader
Answered
Compilation error on `if (fallible) |_|`
Answered
are there any http clients in zig that support sse?
Dependency From GitHub
How to properly communicate in one connection StreamServer
Zig structs vs WebGPU structs
New User
Bitcasting floats to ints
0.13.x
How to ZLS?
Answered
Conditional Imports
How to check whether a slice is comptime or runtime known?
std.io.getStdOut().writer() printing incomplete slice
Answered
panic when allocating tagged union on the heap and activating a specific field
New User
Standard Library
Answered
0.13.x
Transform [x]u7 into []u8
New User
Standard Library
Answered
0.13.x
Need help with array
vulkan-zig build file error
Answered
Attach methods to a C type such as pointer?
can i add tar.gz with c file as dependency
What is the difference between std.io.AnyReader and std.io.GenericReader?
Recursion segmentation fault after 500000 calls
0.11.x
New User
sigaction handler with Self parameter
New User
0.13.x
Safe navigation
async
Compiler
embedFile can't seem to import module
How to build a dependency with different optimization settings than parent project?
Check if specific generic datatype
Answered
`std.json.parseFromSlice` - need help understanding some memory management concepts
Answered