zig-help
has no member named 'Error'
How to make arbitrary code a build.zig step?
Promises
Make HTTP GET request?
packed struct as integer (bit field)
iterate over anonymous struct
How to debug a zig lib in vscode?
What does `0..` in this code do?
Format nanoseconds `u64` into string of format `0:0.000`
Answered
what is async await status right now
unexpected error `NotOpenForWriting`
Inlined evaluation logic if embedded, else fully runtime
Invoking Zig in other Languages
T -> `[]T`
Answered
New User
0.13.x
ZLS types from `zig fetch lib`
New User
Answered
0.13.x
`build.zig`: generating C header for a shared library in Zig fails
How does you convert `@TypeOf(File.reader())` to `std.io.AnyReader`?
Convert an array of packed structs to an array of u8
Answered
New User
0.13.x
Does Zig guarantee 8 bits per byte or is there a bits-per-byte builtin/constant defined somewhere?
Receiving an error related with ArrayList
Compiler
New User
0.13.x
0.11.x
Standard Library
Call function taking u4 with u16 arg
0.11.x
New User
Capy-UI Template build error
Is there an equivalent to _mm_test_all_zeros() for vector in Zig?
New User
Answered
How to avoid implicit returns?
Standard Library
Compiler
0.13.x
Trying to compile for DOS
Compiler
New User
Given a hash and a file path, what is the best way to combine them?
Answered
read a file local
Building Zig from source using zig-bootstrap
Delete Word from String
Standard Library
New User
Answered
How can I stop all child processes of parent when exiting
Why is len (and indices) unsigned in Zig?
Answered
Problem exporting functions
payload capture as usize in for loops
concat string simple
0.11.x
New User
array of structs strange pointer behavior resulting in segfault
New User
Answered
How do I load 4 slices []u8 of 8 bytes each into a @Vector(32, u8)?
Answered
Infer type from array item in comptime
Answered
New User
0.13.x
Creating multiple instances of struct at once
Answered
0.12 migration
Statistics libraries for Zig?
Is it possible to use with ".a" files?
New User
Answered
Try append input from console to arraylist
`In Windows, use initWithAllocator instead.` when already using `initWithAllocator`
512 bit vpshufb only acting on first 128
Is it possible to compile the Zig compiler to wasm?
Runtime indexed access to packed struct fields
Check if `some_file.zig` is part of `zig build` inputs
WaitGroup isDone() assertion failing
0.11.x
What am I doing wrong with ArrayList memory?
New User
0.13.x
Packages aren't built with the same ABI as the root project