zig-help
Trouble with ZLS in neovim ? Read this, might help
Comptime function return of tag type?
zig build emit shared libraries without the lib prefix
how set build mode in build.zig?
Answered
Interned strings
Does Zig expose a way to query the target architecture's cache line width?
How to create a slice of slices out of an array of arrays?
New User
cImport error unable to analyze OutOfMemory
What does the block near the return type definition of this fn do?
c++ in build.zig
How to run a test that should create a compilation failure?
good sources or examples for benchmarking?
arg vs *const arg
Library documentation.
Returning struct from function, more elegantly.
New User
C import failed
Converting from [*c]const u8 to []const u8
Packed Structs
How to link with C libraries on Windows?
Compiler
Windows - 'invalid byte `n`'. Errors that don't occur on Linux
Compiler
how do i link the flp file to my zig file then call ttyout
How to catch OutOfMemory errors when allocating?
How to fill out a v-table with functions from a struct?
Hi, how do I create a pointer to an unknown type that I can cast to some known type at runtime?
Is there a better write null checks for optional?
How do i compile zig into asm
Why is the size of structs different with extern?
Combining Enums at Comptime
Make Zig emit C code to debug what it's doing?
Generate a type with default fields.
How to link C libraries on Windows (pkg-config?)
how BufferedReader should be represented as a field of a struct
field order
Vectors and SIMD.
Will asyncio come to stdlib?
pointers address
C pointers cannot point to opaque types
how would I start with peer-to-peer networking in zig
multiple value sentinel
Sentinel-Terminated Arrays
cast []f32 to []const u8
Iterator variable is in higher scope
command line args
Answered
How to enable std.log.debug messages in ReleaseSafe?
How to cross-compile C libraries such as libcurl?
custom at rules
Why is the return type of BoundedArray.slice mem.Span instead of just a naked slice?
cross compiling rust to armv7 with zig cc
tagged union instantiation
cross thread events