These helped me learn the new Zig std.Io interface

· 152 words · 1 minute read

I wasn’t as affected as others by the new Zig std.Io interface and the Writergate scandal when Zig 0.15.0 was released. But I did want to learn the interface because I was writing a TCP client/server thing. I have yet to figure out what I want it to be. On the way, I collected some links and resources that helped me better understand how to use std.Io. I offer the list of resources here to anyone else that make find themselves stuck. Perhaps one of them can help unlock something for you.


zig