zig-help
What is the convention for naming folders in zig projects?
Unsupported OS
Mixed release options
error async has not been implemented in the self-hosted compiler yet
Why are some files in std importing std.zig?
Serious confusion on passing slices through functions
Why Zig forces me to return a value here?
Quick question about function parameter order
many item pointer from interior of a slice, how??
export an alias for a thirdparty C function
Putting variadic function as a hash map value
Can't `inline for` or `inline while` over a comptime known array length?
translate-c chokes on printf env vars and vars declared in IFDEF
How to properly use lldb in terminal to debug slice?
New User
(Compile) errors on windows, not on mac
cross-platform way of getting a directory to install local binaries to
`comptime` read file?
Use an inline loop to build a generic length array?
New User
Is there a `Stack` in the `std`?
Does the lifetime of a StringHashMap entry matter?
Upgrading code from earlier versions
Postgres Zig library
Answered
What's the simplest way to make a for loop for x amount of iterations?
What's the right way to do for loop from 0 to N
Hello Segfault My Old Friend
Tail-call optimization not working
Program segfaults with -O Debug, but not with -O ReleaseSafe
New User
multithreaded LinearFifo
binary search alters searched slice
Getting size of member field
New User
at fieldParentPointer interface parent-child
How do I read a file without carriage returns?
Standard Library
New User
std.log.err breaking testing
printing causes a test to fail?
OpenSSL libraries with MacOS
How to get a json.Value?
Segmentation fault at address 0x11a5305d380
How to pass array to C?
Thinner optional representation for struct types
Invert an ArrayList or SplitIterator?
Any idea why this segfaults? I just want to cleanup my stack.
Share data with async frame
Answered
Switch on struct types
Enum with non-integer values?
Combine packed struct initializations?
atomicRmw .Xchg vs cmpxchg
Import file names calculated at comptime in comptime
fold, map, & other list comprehensions
New User
Hashmap, get element and mutate it
Can you create a DLL file from C code code with zig lib?