zig-help
How to import deps in build.zig
Answered
confusion about ArrayList.toOwnedSlice
What is the proper way to do this without spamming the compiler maintainers too much?
Standard Library
Compiler
struct 'zig.c_translation' has no member named 'Macros'
master
Dependency Loop
Answered
build lib
Answered
Custom linker args
Answered
How to get the Windows Handle Instance in Zig.
Way to find unused functions?
zig io update
Beginner: Is there a way to make this more "Zig-like" ?
master
New User
Answered
Writer error on Compression?
Answered
Trying to fix old code - std.mem.set to std.mem.zeroes
Answered
How to simply define buffer with values for tests?
child process result in stdout/std error
Standard Library
New User
Answered
Is there a way to update all the dependencies with zig fetch?
Question about const pointer to int and C calls
Answered
zig targets | jq Invalid numeric literal
C va_args don't seem to work well in zig
master
(zigglgen) seg fault unless I bind the proc threads every frame
Answered
is there a way to have packed struct contain arrays?
Switch on error SET
free []u8 with align 8
Answered
Printing C enums
Answered
U21, it is 21 bits of memory? 24, or 32?
how to make a `std.Io.Writer.Allocating`
Answered
Android Arm Backtrace
Answered
Return file-level struct with default values within file
New User
Answered
How to make a map that can store any values for dependency injection?
Packaging a Custom Test Runner
Build System
cImport fails on ReleaseSafe but not Debug or ReleaseFast?
Construct tagged union from runtime known tag and payload (bare union)
Answered
C module with TranslateC and libc file
Answered
Panic about incorrect alignment that mysteriously goes away if I add an assertion
0.14.x
Answered
How to use new json.Stringify
Standard Library
master
New User
net.Stream.Writer writes data which doesn't appear on the client side
Answered
How to parse a zon file? (Runtime)
Answered
Moving script artifacts to library output folder
Build System
New User
Answered
Android Studio + Zig is possible?
Answered
Immovable data structures
Standard Library
Answered
Delayed removal.
master
Answered
Different behavior when I run "zig build run" and './zig-out/bin/myapp'
Answered
Using Zig Build system to build a C Project and then use it within another zig project
Build System
New User
Why does the for loop only capture usize?
Answered
type mismatch in `json.parseFromSliceLeaky` function
Standard Library
master
Answered
How do I add a dependency to my tests?
Empty zig file gets errors from std
Build System
Standard Library
master
Compiler
c string list to zig string list
master
Answered
Can't setupt IDT custom OS
Answered
Any resources on how to write idiomatic Zig code and good Zig practices?
New User