zig-help
How to get tag name of C enum by value?
Answered
How to refer to implit struct of a file?
Answered
Problem using toOwnedSlice()
Standard Library
Compiler
Answered
Parsing data from strings
Answered
downloading files using zig
std.mem.copy and std.json.parse questions
Answered
Idiomatic constructor name when pointer provided by caller?
What's the best way to cast array to C pointer?
Answered
Alignment question
Answered
C struct field default initialization
Answered
Should I null pointer fields on deinit?
Answered
Opaque pointer can't type check
Answered
Is there any way to add descriptions or "describe" an error?
New User
Whats the point of a union?
Answered
How does Zig do stuff like this
running zig's compiler tests
std.json.parse help
weird zig env paths
Zig master, wasm32 freestanding musl. C exports not working
Compiler
Stdout Err Writer to []u8
Standard Library
Compiler
New User
Zig master: error: freestanding targets do not have I/O configured;
Compiler
Downloading zig using AUR package 'zig-dev-bin' fails with cryptographic message
Is there a way to download old zig build?
json.stringify a json.ObjectMap
Standard Library
Compiler
New User
wasm, call indirect signature mismatch
Compiler
Answered
Are there guarantees about the where the tag of a tagged union is stored?
Answered
Can packed structs be compared directly since they're backed by an int?
Answered
lld-link: undefined symbol for Zig functions in C library?
Answered
Deserializing JSON field named "@something" to struct
Config file parser which supports missing fields?
Initialization of superset structs
is there a way for errors to bring some information?
https with std.http.Client error.TlsCertificateNotVerified
why does this comptime function still get called
New User
SOLVED Docs says "Zig gives no guarantees about the order of fields"
Answered
Combining GPA allocator lines segfaults zig run
Answered
how are you supposed to pass a list
Answered
std.json.stringify help
Would this generate a unique enum for each type passed in?
Answered
Is it allowed to have an extern function from a library that's not linked if it's unused?
Answered
Variable reuse and defer
How I can disable previous compile flags when using `zig c++`
Compiler
Zig array of char (null terminated string)
Force alignment of @embedFile data
Answered
Trying to build a native extension for Ruby with Zig on macOS
[SOLVED] What reader function to read exactly N bytes into a user-provided buffer or error?
Answered
construct a va_list and pass it to a c function
Switch less or greater
dynamically create uninitialized array of length n
Answered
cimport for extern?