zig-help
Tokenize with delimiter intact
New User
How can I link libraries using 'zig build-exe'
Compiler
Compare string in C arrays
Answered
An optional makes me crazy :)
New User
Answered
Testing a slice interface with strings
Answered
checking if a std.fs.Dir is the root directory
Inline unwrap?
Answered
Is there an ArrayMap?
Answered
Does returning a type return the same type every time?
Answered
Safety of []const u8 to C string?
Answered
Destructuring enum unions?
Answered
Adding signed to unsigned
How to initialize an std.EnumSet with initial values?
error unable to evaluate comptime expression while using std.io.Reader.readByte()
Standard Library
C import failed
Zig CC and debug info
assembly function not working
Answered
Why do I not see a compiler error here?
Answered
HashMap backed by a `FixedBufferAllocator`
Removing optional from type?
Answered
One-time initialize constants?
Answered
when will zig programming book publish
Specifying a --search-prefix to zig's clang?
Can fs.File.Reader known at comptime?
Answered
How can I receive packets without blocking the main thread?
Compile to Wasm by default
Answered
How to detect a type was returned from a type function?
What is 'Context' in std.ArrayHashMap?
Is it possible to run a custom step decided at runtime in another custom step in build.zig?
How do I strip debug symbols from CLI?
Compiler
New User
Answered
@Vector as builtin
Answered
Can't print string
Programmatically get all built-in (@) functions and their documentation
JSON error location
Is it bad practice to look for 0xaa in an array?
Answered
Wasi symlinking not using wasi interfaces
deinit() segmentation fault
Answered
error.NotOpenForWriting when trying to flush a buffer
New User
hotreload, anyone know when it'll be available?
Answered
Are there address sanitizers for Zig?
Answered
idk how to handle zig errors
Which functions will call fd_prestat_get or fd_prestat_dir_name when compiled
macos m1 - library not found for '-llibpq'
View on an array with offset
Enforce the location of the tests executable
Answered
What exactly, in programming terms means error: expected type 'type', found 'c_int'.
Function pointer type mismatch
Answered
How to format pointer?
Answered
Variable length arrays?
Answered
Getting started with OpenGL