|
Nova Midi - A pure zig Midi I/O Library inpired by libremidi and minimidio
|
|
4
|
184
|
September 3, 2026
|
|
`Io.Reader` buffer and `peek` paradox
|
|
7
|
290
|
September 3, 2026
|
|
Canceling `Threaded` operations from foreign C threads
|
|
2
|
140
|
August 27, 2026
|
|
Io.async / io.concurrent lacks per-call context argument, making priority scheduling difficult to express with `std.Io`
|
|
2
|
318
|
August 19, 2026
|
|
NATS client library
|
|
18
|
1072
|
August 17, 2026
|
|
"Correct" way to chain writers together?
|
|
2
|
260
|
August 13, 2026
|
|
Zenfmt: A universal document converter engine built with Zig (comptime SoA, zero-alloc filters, freestanding WASM, and single binary REST server)
|
|
3
|
346
|
August 12, 2026
|
|
Communication methods between concurrent tasks, modelling recovery / error handling
|
|
1
|
177
|
August 9, 2026
|
|
Canceling awaited group causes panic?
|
|
11
|
242
|
August 7, 2026
|
|
Getting path from cwd() fails with error
|
|
6
|
158
|
August 1, 2026
|
|
Help understanding error.Canceled
|
|
5
|
336
|
July 31, 2026
|
|
Linux gpio library for 0.16.0
|
|
1
|
379
|
July 28, 2026
|
|
How to do basic file IO
|
|
6
|
637
|
July 22, 2026
|
|
Xsync.zig - Synchronization primitives that work across std.Io instances
|
|
12
|
701
|
July 21, 2026
|
|
Threaded and Evented coexistence
|
|
30
|
1636
|
July 18, 2026
|
|
Stdio-zig Buffered stdin/stdout reading and writing for Zig without the boilerplate
|
|
1
|
287
|
July 16, 2026
|
|
Marionette: deterministic simulation testing for Zig, built on std.Io
|
|
14
|
779
|
July 15, 2026
|
|
File I/O basics (0.16)
|
|
24
|
6677
|
July 11, 2026
|
|
State of networking in `std.Io`
|
|
9
|
887
|
July 7, 2026
|
|
Do I need to defer cancel an std.Io.Group?
|
|
1
|
329
|
July 6, 2026
|
|
IO across the C ABI boundary
|
|
9
|
483
|
July 4, 2026
|
|
Threadlocal variable for std.Io.async / std.Io.concurrent
|
|
3
|
209
|
July 2, 2026
|
|
Is it possible to cancel IO operation from translated C program?
|
|
3
|
125
|
July 2, 2026
|
|
Error compiling concurrency sample code
|
|
3
|
241
|
June 29, 2026
|
|
Io.Uring compilation error
|
|
4
|
410
|
June 25, 2026
|
|
Help with `Io.Group`
|
|
30
|
884
|
June 24, 2026
|
|
Get CWD path without `realPath`
|
|
6
|
305
|
June 22, 2026
|
|
Beanstalkz - client for simplest work queue server
|
|
0
|
126
|
June 18, 2026
|
|
`std.Io.Reader.takeByte` behavior compared to `std.c.read`
|
|
15
|
379
|
June 18, 2026
|
|
Does std has ready to use std.Io.Writer implementation backed by ArrayList?
|
|
15
|
727
|
June 12, 2026
|