zig-help
Streaming reader into writer
Standard Library
Answered
Rust like iterators
New User
How does zig C++ work?
Logging to file
calling `.toOwnedSlice` on arrayList resets capacity?
Construct LazyPath from system command output
do you use to `arrayList.initCapacity` when using an arena?
Comptime Static Variables
0.13.x
integer overflow with std.math.maxInt(u32)
Answered
Multiplication between f32 representing a percent and u16
New User
Answered
0.13.x
wasm-ld: undefined symbol: memory
Answered
Compiler goes crazy on duping [*c]u8 (v0.11.0)
Compiler
Answered
curious about the `writer()` interface on arrayList
How can I use std.json to read a struct without returning std.json.Parsed(XX) ?
Standard Library
New User
Output location and name
Can I add functions to the struct
How can I stringify a struct
How can I print a std.net.Ip4Address?
New User
Standard Library
Answered
0.13.x
Stuck with JSON parsing
References and mutability in Zig compared to Rust
Expected type '*http.Client.Request', found '*const http.Client.Request'
I read a file and the result of outputting it to stdout differs
Answered
Resources to understand Zig's implementation of "arbitrary bit-width integers."
Compiler
New User
Answered
Is it possible to provide zig modules for use in other people's build.zig?
Answered
Is `__builtin_strcmp` deprecated?
Standard Library
extracting the path to header files for an included Build.Step.Compile
Answered
Is there a way in zig to know which union field is active?
New User
Answered
Zig GUI "Hello, World!"
Standard Library
Compiler
New User
0.13.x
What's the idiomatic way of having a custom error type?
Is there a 'log if error is not caught'?
Standard Library
New User
Answered
How to pass array from zig webassembly to javascript?
Answered
segfault on call to EnumArray .set()
bufferedWriter to u8[]
Call rust code from zig
install header files only (installHeadersDirectory)
convert string to bytes array
Standard Library
expected type '[*c]const u8', found '[65]u8'
New User
Go like implicit interfaces possible?
Handling FileNotFound in readFileAlloc()
Check if type is instance of generic function
Answered
Printing out error
Answered
How do I let my project use my library?
New User
Answered
0.13.x
checking if a type is a result of a functor
Answered
Replace characters in "string"
How to link a system library and use it in my zig program
New User
0.13.x
If/else chains with minimal indentation
Answered
Is there a way to chain methods that can fail
How can i parse JSON
Struct: field type string
How to iterate over a C array