zig-help
inline for loop to create u1, u2, u3, u4, u5... variables?
`--export` equivalent in build.zig
Answered
0.13.x
@TypeOf(instance.property), but when I don't have an instance?
Answered
Any guide for writing Zig so that you can export it as C-interop lib?
GUI issue
0.13.x
Why Zig tokenizer uses null-terminated slice `[:0]const u8` as an input instead of just slice?
How to cast literal array with `.., 0}` at the end to `[:0]` slice?
Answered
signed packed struct
Answered
0.13.x
is dynamic string possible with zig?
New User
0.13.x
cast array type
New User
0.13.x
build.zig.zon "expected field initializer", package with hyphenated name?
Exporting C library from Zig
Can't install 0.12 with homebrew
Compile error "SmallVector unable to grow" when working with large vectors
Inconsistent naming style of Built-in functions
Standard Library
0.11.x
New User
@setEvalBranchQuota in static initialiser
Cannot build Zig from source: cannot find llvm-config
how to remove std.debug.print for wasm compiles?
Compiler
New User
how to embed file outside of the package?
New User
0.13.x
Get struct's field name passed to a function
Can't read unicode string correctly
Zig build test filtering tests
What does "Bus error at address 0x200000002" mean when calling a member function of a struct?
New User
0.13.x
"argument to function being called at comptime must be comptime-known"
How to convert a string literal to [*] const [*] const u8?
New User
Answered
Executable name
how to handle comptime mutable memory with an array of slices
How to determine whether a struct declaration is const or var?
Answered
Why does stdlib repeat itself?
Standard Library
Answered
0.13.x
Tests failing if I run them twice?
Should I...
Answered
broken pipe when interacting with ffmpeg
0.11.x
New User
thread 17456 panic: unable to find artifact 'zigwin32' (Tying and failing to use dependencies)
New User
Answered
0.13.x
zig init / init-exe doesn't work
Compiler
New User
Is this an idiomatic way of creating struct instances with an allocator?
0.11.x
New User
Answered
Reading blank line separated data from file
Is an Arena pointer stable?
Standard Library
Answered
Redirect `io.getStdErr()`into file at runtime
Answered
libxev VS cImport around libuv or other loop events libraries
Answered
Is there a way to get comptime tag in inline else on a tagged union when switching on it?
ComptimeStringMap eval limit: how to get around?
in zig vs odin which is more low level
Answered
Using std.mem.Allocator for C allocation callbacks
Strategies for tracking dangling pointers
Answered
using enums to set and read bits
New User
Separation of concerns in Zig’s tokenization and parsing?
Tools to help debug memory leak/do memory profiling in criticalproduction applicaiton (100$ bounty)
Is there a way to escape "{" and "}" in fmt print calls?
Zig equivalent of (void*)-1
Getting hashes for tarball urls for the builtin dependency manager
0.11.x
New User
Answered