zig-help
zig no longer caches @typeName calls?
Answered
Get canonicalized relative path from perspective of other path
Answered
how to pass -femit-bin to `zig build test`
Answered
In tagged unions, is there a concise notation to use the same struct/type on different tags?
When to create multiple std.mem.Allocator for the same Allocator?
Answered
SoA in zig?
Answered
Check if []u8 slice is undefined after alloc
Answered
Why zig wants allocators to be traits, instead of generic parameters?
Answered
creating module which needs to access its own utility functions??
Answered
Rust interaction from zig
Answered
How to build stage1
Increase stdin buffer
array vs tuple
Build error when installing zig --HEAD with Homebrew
0.10.x
Compiler
New User
Answered
Builtin function equivalent to asm volatile ("pause")
Non-comptime vector swizzles
Answered
Rust String or &str vs Zig slice
Answered
Is there a roadmap/changelog for v0.11 yet?
Answered
what actually gets allocated here?
Answered
Match switch case with string of any length
zig compiler crash: The following command terminated unexpectedly.
Some questions about (ptr) alignment
Answered
Unsupported 'Content-Disposition' header value
what's the best way to represent a variable length array of structs with a max length of 78?
New User
How can I build build.zig manually in order to customize the build options of build.zig itself?
Unittesting a string
Zig Idiomatic approach to configuration
Vending precompiled libraries with Zig Pkg?
Parsing a json file with unknown keys in a hashmap
Answered
how to generate a mapfile in Zig
Compiler
is the "use" keyword of Zig the same as "using" keyword of odin/jai?
New User
Copy On Write (COW) or SmallVec in zig?
Cast `?*const anyopaque` to []const u8
New User
How to I mark my post "Answered"?
New User
Answered
When is @call(.always_tail) safe to use?
Answered
How do I declare that a function will take any arbitrary struct and insert it into a StringHashMap?
Standard Library
Compiler
Answered
Get function return type?
(Ab)using enum field names for parser oneOf
what to do about C->zig translation errors?
Coercing types in switch capture
zig turn .so file into .a
Idiomatic way of getting a random item out of a HashMap?
Standard Library
Answered
Hashmap and local variable
Standard Library
New User
How to debug Zig with a debugger
New to zig and struggling.
New User
Answered
scope of @setCold
std.ChildProcess.exec with an ssh command does not work (times out), when it works when run in shell
Value with compile time only type depends on runtime control flow
0.13.x
Global hashmap
New User
Using zig to cross-compile mruby project