zig-help
zig library convention style
Weird error without any helpful information
How to parse an f80 float.
Is there a 'normal' string type in zig?
Search string in array of strings
Public Key Cryptography
Standard Library
How to convert [*c]const u8 to []const u8?
fieldParentPtr
How to idiomatically parse number-number,number-number?
New User
Create type with dynamic functions based on comptime inputs?
How do I parse a string and use it as an array index?
Default array of generic length
Performance considerations for unusual integer types
[Solved] Polling read() from stdin on linux
Standard Library
New User
Implement fmt rendering for types?
New User
Using an `ArrayList` returned from a `switch` directly vs via a variable
Unwrap an error union?
New User
misc questions zig
Is there a float equivalent of minInt?
Initialize array to array of 0
Is their a `zigfmt` like `rustfmt`?
Any way to verify compileError with a test?
Zig Language Server - build runner failure
Mutable comptime vars?
Naming Conventions (enum, tagged union)
[some-param-type T] not allowed in function with calling convention 'C'
Help relating my RISC-V emulator
How Does Abstraction Work ( or -- Where Are My Interfaces?!? )
Adding information to an error union
Freestanding aarch64 compiler error - root.panic
truncate conversion for floats to int
Why does std.TailQueue not require an allocator
pattern matching
Will there be a string standard library in the future?
Invoking translate-c in build.zig
comptime arg not being evaluated at comptime?
Indexing C Style Array Pointer Arithmatic with Negative Stride
Question about Zig generics
New User
Storing pointer to io.BufferedReader
Is there a way to have dependencies without using git?
New User
How to return a non-const optional?
Self and *Self
cast u32 to [4]u8
VSCode only shows me completions or definitions if I 'go to definition' on the source file first.
New User
access const in struct
Combining switch and mod macro causes runtime control flow error ... sometimes
`zig` seems to be crashing silently mid execution?
How to manage an if-capture staircase
syntax help, recursive reference
New User
can you inspect a comptime union type value to see which field is activated?