zig-help
What is the proper way of cleaning up json-parsed objects?
New User
Answered
has_moved function doesn't return false when I expect it to
Answered
Building and running multiple zig files without using zig build
Answered
dynamic array - right way to allocate
Is it possible to create a type that it's members depends on a comptime array?
0.11.x
New User
Load OpenGL with ZGL and SDL.Zig
Answered
0.12.x
zig book
Is it possible to make an enum of types?
Answered
JSON stringify string arrays
New User
Standard Library
Answered
0.13.x
why I can't access struct fields?
Answered
How do I write a LZW algorithm in zig
Comptime string concat
0.11.x
How to get test's own name?
Answered
Is there a writer in the standard library that counts the size of the write without an allocator?
Standard Library
Answered
Importing C lib from third party
New User
How to rewrite a file?
Answered
`AutoHashMap` buffer alloc sizes
How to make a slice from c pointer
Stack overflow?
New User
Answered
questions about allocator
Help write Peterson Lock (spin lock for 2 threads)
0.13.x
comptime conditional function call
Answered
Function in generic struct.
Answered
struct decls missing one function?
Answered
Correct way of returning an array/buffer from a function
std.DoublyLinkedList Node is void type? How to use std.DoublyLinkedList properly
New User
Standard Library
Answered
0.13.x
std.time.nanoTimestamp is unable to evalue comptime expression
Standard Library
0.11.x
New User
Fastest way to calculate required bits for an unsigned integer
Answered
how to convert a slice to c array ?
Issue with generic struct.
Answered
How to decide size of buffer efficiently to handle files?
Answered
Copying a two dimensional slice
Answered
Minimal sqlite example
Answered
Getting a []const u8 from a Struct with format defined?
An efficient stack/queue?
Standard Library
Answered
help with understanding modules
type vs anytype and generic functions.
New User
0.13.x
what's the difference between ArrayList and ArrayListAligned?
New User
Answered
emitting ZIR from a Zig program
why is this happening ?
ANSI Codes Work Differently for Multiline Strings?
Answered
Use default struct values to set default struct values
0.11.x
SIGSEGV calling a C function with Zig generated data
0.11.x
New User
Answered
Declaring a function parameter of a dynamic type..
New User
Understanding tagged union equality
`cannot assign to constant` capture
Answered
Unexpected line breaks using debug print
Is there any way to sort an iterable Dir?
Answered
How to disable format on save in zls? (language server)
0.11.x
New User
Answered
help with file generation