zig-help
How do you parse a JSON string into an ObjectMap rather than providing a specific type?
Standard Library
master
Answered
Reference instance member in another member during initialization (plus dangling pointer question)
New User
Answered
Reusing variables in tests
New User
Answered
std.Io typical async example
[solved] std.json: Parsing a Dictionary (aka HashMap) of key:value pairs
0.14.x
Standard Library
master
Answered
Unable to close stdin to a child process and later call wait()
Answered
Invalidate .zig-cache
Build System
Input from an outputDir (zig build)
Thread safe queue?
Answered
call function by name at runtime
Answered
Top level doc comment seems to be muddling with following doc comment:
Cant find pkg-config when use msys2 mingw-w64-clang-x86_64-zig
master
Build System
Compiler
New User
std.json: Parsing a list of unique items (aka a Set)
0.14.x
Standard Library
master
Help with `*std.Build.dependency` args
Build System
Answered
Using the .16 Reader IO
Standard Library
New User
Chaining build steps
Build System
Answered
std.Io.Writer.Allocating segfault on simple test
Standard Library
questions about refactoring global state to local
master
Answered
conditional execution based on specific build step
Build System
Answered
cannot assign to constant
Answered
Zig 0.1.1: Difference between %% and %?
New User
Answered
panic: incorrect alignment
master
New User
Answered
How to cast array to a pointer?
master
New User
Answered
[solved] C ABI: How to send an ArrayList(struct { Arraylist(T) }) to C
0.14.x
Standard Library
master
Answered
build.zig
master
New User
Turn *Int into []u1
Answered
issue with `@cImport` in Nightly Zig version `0.16.0-dev.1484+d0ba6642b`
[solved] Treating `[]T` as if it was an ArrayList(T) that I owned
0.14.x
Standard Library
master
Answered
dynamicly generating Zon files from Zon files templeates
Standard Library
New User
Optimised build with debug symbols?
panic: integer overflow when appending struct item to an arraylist
New deflate example
generating files with shell command
Build System
import relative to module root
json: Parse into an ArrayList directly
0.14.x
Standard Library
master
comptime control flow woes
master
Answered
error: '_Atomic' is a C11 extension
Build System
Answered
error: The Writer interface is only defined for ArrayList(u8) but the given type is ArrayList(Token)
Answered
How to better write this
master
New User
Child process hangs (ffmpeg) with large stdin
Is There a Recent Beginner Friendly Guide.
New User
How to reduce reduce offset of field in non-packed struct
Answered
graphics
master
New User
[solved] Changing the SONAME of a dynamic library using `zig build-lib -dynamic ...`
0.14.x
master
Answered
[solved] Providing C api for a dynamic library of Zig code
0.14.x
master
Answered
Handling the Same Error Name in Different Ways
New User
learning more in c before learning zig syntax
New User
question about binary size
Answered
mTLS and Zig
Why is adding to std.PriorityQueue slower than sorting a slice?