zig-help
string slice to c pointer and back
Is there anyway to grab everything in between mem.startsWith and mem.endsWith?
x86_64-uefi-msvc lld-link error
Compiler
capture union arm check
string utilities?
How to handle FileNotFound with cwd().openFile?
Is it possible to create a comptime function that returns a comptime computed sized array of values?
ComptimeStringMap behaving differently with latest 0.10.0
updating old std.Thread api
Runtime cast error when there is none
Compiler
How does one run all tests in all files ?
[SOLVED] What is the `zig c++` workaround for cmake?
Answered
expected optional type when assigning variable
macOS - codesigning a library generated with Zig
Trouble with concatenating strings
New User
Should I expect ArenaAllocator to re-use free'd memory?
Standard Library
Is there a Threads and Mutex example somewhere?
Print float without scientific notation
Standard Library
value with comptime only type 'comptime_int' depends on runtime control flow
Compiler
Freeing a slice of length 0
zig build run without compilation
Standard Library
Should setting optional as undefined be a compiler error?
_tls_index undefined when cross-compiling to Windows
What type is to be used when copying a []const u8 into a []const u8 using std.mem.copy
Turn a const pointer type into the base type.
union to enum cast?
where is a good short explanation of asyncawaitsuspendresume?
How to retrieve a [;0]const u8 slice from an array [256]u8 ?
New User
Is field not working?
New User
View Comptime output
comptime struct field definition
How to control the stack in WebAssembly?
Support for omitting start function in WASM?
export on variables
Using C headers emitted by zig
mod vs rem compiler builtin
How can I resolve package origin paths with Zig libstd code?
cImport with complex numbers (native complex vs. struct-based complex)
Compiling zig
error - no package named 'tracy' available within package 'game'
Pointer to anytype
New User
Strings not being added together
New User
optional type style
New User
Get active payload of tagged union
Methods of defining and calling inline functions
How to obtain an slice of an array that is not fully filled
New User
FileNotFound error when building with lib.emit_h = true
Force resume or cancel an awaited function
Can zig translate-c output cImport and cInclude instead of inlining headers?
Sharing the same .zig file across subfolders