SliceBuilder style data structure
|
|
5
|
64
|
May 22, 2025
|
Allocator swapping and type consistency
|
|
2
|
34
|
May 22, 2025
|
A custom build.zig command to run system commands and see their output
|
|
6
|
58
|
May 22, 2025
|
Modifying an ArrayList while iterating
|
|
5
|
101
|
May 22, 2025
|
Parsing a JSON payload without a top-level keyword
|
|
6
|
184
|
May 21, 2025
|
Unable to test object
|
|
4
|
71
|
May 20, 2025
|
Suggestions for generating source code via templates
|
|
6
|
335
|
May 20, 2025
|
std.Uri & IPv6 address literals
|
|
0
|
92
|
May 17, 2025
|
A d-ary heap
|
|
2
|
153
|
May 17, 2025
|
How to reason about linked lists and arraylists
|
|
8
|
258
|
May 16, 2025
|
Stringifying arbitrary json
|
|
5
|
158
|
May 12, 2025
|
How to use net.Stream in non-blocked mode
|
|
2
|
185
|
May 12, 2025
|
Https connection with self-signed certificate
|
|
4
|
179
|
May 8, 2025
|
Any downside to using std.ArrayListAligned(u1, 1) for a bit list?
|
|
8
|
245
|
May 8, 2025
|
Newbie using std.testing: notEquals and messages
|
|
7
|
100
|
May 8, 2025
|
Unexpected Error When Creating RAW Socket Without Sudo
|
|
5
|
117
|
May 6, 2025
|
Networking newb problems (how to accept clients in a nonblocking way)
|
|
14
|
934
|
May 6, 2025
|
Should I use a linked list?
|
|
5
|
346
|
May 6, 2025
|
Tag type (bit size) of std.mem.Alignment
|
|
3
|
138
|
May 5, 2025
|
How to assert if a particular allocation was made in tests
|
|
7
|
95
|
May 3, 2025
|
Unlinking Libraries?
|
|
9
|
243
|
May 1, 2025
|
Strugulling with bytesAsSlice behavior
|
|
9
|
180
|
April 28, 2025
|
Zig good for webservers now?
|
|
13
|
422
|
April 27, 2025
|
Check if keys of hashmap is equal to or a subset of another hashmap's keys
|
|
6
|
78
|
April 27, 2025
|
Sockets with std.net in Zig 0.13.0
|
|
13
|
904
|
April 27, 2025
|
Is it bug of std.ArrayList? Werid memory leak happend
|
|
1
|
87
|
April 27, 2025
|
Help with std.crypto.asn1.Oid.StaticMap
|
|
3
|
45
|
April 26, 2025
|
Return required deinit / destroy functions from corresponding init / create functions
|
|
12
|
330
|
April 26, 2025
|
Ergonomics of ArrayListUnmanaged
|
|
7
|
287
|
April 24, 2025
|
Proposal : builtin @assert() One assert to rule them all
|
|
17
|
603
|
April 22, 2025
|