zig-help
Are there non-zero integer types in Zig?
New User
Enum from struct keys?
Answered
Zig segfaulting while loading json
New User
Answered
How to write this export to pass to a C library?
const HashMap that you can deinit()
Answered
reader from []const u8
Answered
Initialising an ArrayList of union (+ slice literal best practice)
Answered
Modifying types
0.13.x
Is there a faster way to extract a zip on windows?
Standard Library
0.13.x
Variables not showing up in LLDB
why `error: argument unused during compilation: '-nostdinc++'`
`init` and `defer deinit` in a loop
about pointer behavior
Answered
what is the purpose of `root.zig`? and why do i need to include imports into it for testing?
Answered
Removing Elements from Lists ?
New User
Answered
0.12.x
adding local zig library as a dependency
Build System
Answered
0.13.x
How to declare and zero initialize a multidimensional array with runtime dimensions?
Answered
Trying to bind entire Tree Sitter (C) library from scratch. Where do I start?
Build System
New User
Answered
0.13.x
Question on std.mem.tokenizeAny(u8, input, " ,");
Answered
returning a slice from a function
New User
Answered
0.13.x
Can someone help me convert the following C++ method in zig?
Answered
libc somehow got dynamic linked when I build it for my pc but not my phone
Answered
String format at runtime
New User
Standard Library
Answered
0.13.x
Why would an array list cause a memory leak from appending a value?
Standard Library
New User
0.13.x
Detecting leaks of memory allocated by C library
What does this error mean?
`asOptional()`, am I inventing a wheel?
modify return type if comptime argument
Answered
Cache behavior in custom build step
Answered
Attaching extra information to a error
GPA detecting memory leaks from Arena Allocator, even after .deinit()-ing the arena.
Answered
0.12.x
Idiomatic iteration for single-pointer doubly-linked list
0.13.x
0.12.x
Is there a cross platform newline?
Is there enum tag to string?
wrapping std.fmt.bufPrintZ in a function with a buffer problem
New User
Answered
0.13.x
Unable to find zig installation dir
New User
0.13.x
Convert [128]u8 to [:0]const u8 ?
Answered
0.12.x
Multiply usize with f32
Compiling to Wasm : u32 becoming i32
Compiler
Answered
0.12.x
Anyone have a sed script to change "var" to "const" ?
Stupid question about array as function argument
Answered
0.12.x
Writing a nix derivation for zig project
Answered
multiple install steps
Answered
Allocator.dupe, but for scalar?
Standard Library
Answered
Update `StringHashMap` key
Answered
How would i embed a file and cast or whatever it into a struct?
0.14.x
Standard Library
New User
segfault when stringifying nested std.json.ArrayHashMap
Standard Library
Answered
0.12.x
Changing what enum a struct variable points to
@as complains: expected type 'f32', found 'u16'
New User
Answered
0.12.x
how do I link lua in zig?