Control float/double formatting with `{any}`
|
|
10
|
577
|
April 8, 2024
|
Unable to add build option with a slice of enums
|
|
2
|
176
|
April 8, 2024
|
Compiling Cpp and C files into shared objects using Zig cc/c++
|
|
1
|
508
|
April 8, 2024
|
Reading JPEG files into raw bytes
|
|
12
|
853
|
April 8, 2024
|
Converting []const u8 to [:0]const u8
|
|
3
|
843
|
April 7, 2024
|
Generated std lib docs for offline use
|
|
6
|
736
|
April 7, 2024
|
Idiom for transforming ArrayList(u8) into []const u8
|
|
4
|
750
|
April 6, 2024
|
Idiom for a hashmap with []const u8 slices as keys
|
|
5
|
217
|
April 6, 2024
|
Working with Tracy in 0.12
|
|
3
|
301
|
April 5, 2024
|
Panic when recursively processing a std.json.Parsed(std.json.Value) object
|
|
2
|
163
|
April 4, 2024
|
Safe way to return variable-length slice of string literals depending on argument
|
|
6
|
411
|
April 4, 2024
|
Casting a slice of char to float
|
|
4
|
473
|
April 4, 2024
|
Format timestamp into ISO 8601 strings
|
|
1
|
510
|
April 4, 2024
|
Idiom for an "old-school" try-catch block
|
|
4
|
388
|
April 4, 2024
|
Why get a different virtual address on re-allocation?
|
|
4
|
279
|
April 3, 2024
|
Skip a step if the step it depends on is cached or not
|
|
3
|
208
|
April 3, 2024
|
Using ArenaAllocator in a short-lived command-line zig program
|
|
3
|
632
|
April 3, 2024
|
Preferred idiom to test for a file's existence
|
|
3
|
387
|
April 2, 2024
|
What are sentinals?
|
|
19
|
1267
|
April 1, 2024
|
What does the value (123) in "Semantic Analysis [123]" mean?
|
|
7
|
403
|
April 2, 2024
|
Syntax for a literal of type []const []const u8
|
|
1
|
271
|
April 2, 2024
|
Is this segfault due to parameter reference optimization or something else?
|
|
6
|
329
|
April 2, 2024
|
Rust and Zig Combined
|
|
1
|
422
|
April 2, 2024
|
Ziggy: a JSON / YAML / TOML replacement
|
|
12
|
2462
|
April 1, 2024
|
Problem when importing modules
|
|
3
|
510
|
April 1, 2024
|
Parsing JSON and ArrayList
|
|
6
|
933
|
March 31, 2024
|
Replacement for --pkg-begin ... --pkg-end command-line options
|
|
7
|
294
|
March 31, 2024
|
How to store a callback inside an string hash map
|
|
1
|
184
|
March 31, 2024
|
Random file type "unknown" when iterating over sshfs mount directory
|
|
5
|
189
|
March 31, 2024
|
Differences in location of type on struct assignments?
|
|
3
|
183
|
March 30, 2024
|