zig-help
Why is the fallback formatter not handling u8 strings?
0.13.x
Why is this 3 times slower than Go and 100 times than C?
Answered
Empty array
`_mm256_cmpeq_epi8` Bitcast Compilation Failure
Standard Library
Compiler
New User
0.12.x
How to use StringHashMap as a String set
Standard Library
New User
Answered
What does the "[var]: signature" syntax mean globally?
0.14.x
New User
Answered
assert in release builds
Answered
Writing to stdout is slow
Answered
is there a way to gain back control after a panic?
Answered
u1 versus bool: should i consider this?
0.14.x
Answered
Bitshift
Translate-C "stdio.h not found"
Answered
Simplest way to cast an enum to a float
How to set a test filter when using zig build test
Answered
Easy way to print array of strings
Standard Library
New User
Answered
exported function not generating any code
Answered
What's the best way to handle c structs with ifdefs inside?
Build System
Answered
0.13.x
issues wrapping a C library, HAAALP!
Answered
Accessing variables in nested loops
New User
Compiler
Answered
0.13.x
How can I open a file with O_DIRECT ?
Answered
is there a better way to format a string and pass it to a C function? this looks kinda horrible
New User
Answered
0.13.x
How do I get an @errorReturnTrace that is not null?
Answered
what type should I use for a 0 bit tagged Union field
Answered
[build.zig] Running a function from a build command
Build System
0.13.x
Get raw bytes of a type?
Answered
Production ready regular expressions in zig?
Do Arraylists always shallow copy items in loops?
Answered
Anonymous function
String best practice and feedback on my code
New User
0.13.x
how can i write this better?
Casting f32 to i32
Answered
0.13.x
Conditional compilation?
Zig struggles with bitwise operations
Answered
0.13.x
cannot assign to constant
New User
Standard Library
Answered
0.13.x
Help to understand the memory leak
0.14.x
Need help converting a C function to Zig!
New User
ZLS is not working for me?
0.14.x
New User
Answered
Force value to be a runtime value ?
How to enable x86 backend in a build.zig?
Tuple Structs for enum varants?
New User
Answered
0.13.x
Local module dev with build.zig.zon etc.
Answered
Create slice from pointer and length ?
Is there a way to preprint a ZIG data structure? Is there a library available for this purpose?
Compile time option for parsing
0.14.x
reader. readall vs read
zigling number 65 no field named 'Struct' in union 'builtin.Type'
error: error union is discarded (im not using unions)
only extern structs and ABI sized packed structs are extern compatible
Compiler
New User
Answered
Calling function to generate arms for switch statements, does it happen at comptime or runtime?
type coercion not working