zig-help
zig translate-c not working on mac silicon
Answered
Generic struct defined in a file
Answered
Non-blocking read
Recursiveness of data in a Struct. Is it possible without memory allocation?
I am getting "error: unable to resolve comptime value"
New User
Answered
AllYourCodebase FFMPEG: Where are the executables?
Answered
cross-platform call to `uname`
Answered
How can I convert between types in a union?
Answered
Slice with comptime-known length not working
New User
Compiler
Answered
0.13.x
where do std.mem.Allocator tests go?
Standard Library
Answered
Using a zig library in a zig executable
Build System
Compiler
allocation of 2d array
Answered
Will interfaces ever make it to Zig?
Compiler
dependency free way of handling n concurrent connections
Answered
Was `std.elf.VERSYM_VERSION` removed intentionally?
Working with Signals in Zig
0.13.x
incorrect alignment (panic, CGLM)
Answered
How to not use allocator in this fetch function?
Answered
0.13.x
using multiarraylist
Standard Library
what is the type of this
Answered
Is there a way to get the function that a type was returned from?
Answered
`zig build --watch` fail
replacing an item in an arraylist
Answered
way to check whether a pointer points to .rodata (or its equivalent)
Trying to use zigup returns 404 for nominated version?
Answered
Publishing libraries in Zig
0.13.x
std.debug.print causes crash in runtime-loaded code
Answered
build C file without main function
Good binary serialization libraries?
New User
0.13.x
How to get the parent id of a process
String comparison
New User
why is "inline for" generating pointless jump instructions?
Answered
"Error union is ignored" even using try
New User
Answered
Initialize a generic array
New User
Answered
Pipe stdout stream of a child process to a file
Standard Library
Answered
0.13.x
Creating const array of struct with arrays using const struct
New User
Answered
How to copy folder on build?
Answered
how do i decompress a zstd file in zig
[side-stepped]allocator issue that shows up on all build modes, except debug
0.14.x
New User
Answered
import build.zig.zon dependency in build.zig
Build System
add all items from a set to a set
New User
Answered
Using packed struct
Answered
Random Numbers are the same given new seeds when using a switch but not otherwise?
std.crypto Segfault
Answered
How to convert a []u8 to a int64
Answered
Not receiving packet UDP Zig
Standard Library
New User
Answered
How to access value of struct `decls` using reflection
Answered
Trying to create a custom logger and I am struggling with comptime
0.13.x
How to make a simple http request?
Creating global zig library (Linux)
New User