- zig website: https://ziglang.org
- intro docs: https://ziglang.org/learn/overview/
- zig learn: https://ziglearn.org/
- zig std lib docs: https://ziglang.org/documentation/master/std/#A;std
- zig strings in 5 min: https://www.huy.rocks/everyday/01-04-2022-zig-strings-in-5-minutes
- zig http client usage: https://zig.news/nameless/coming-soon-to-a-zig-near-you-http-client-5b81
You can view different versions of the std lib:
- 0.11.0 std lib docs: https://ziglang.org/documentation/0.11.0/std
zig for advent of code: https://www.huy.rocks/everyday/12-11-2022-zig-using-zig-for-advent-of-code
more learning/getting started: https://www.openmymind.net/learning_zig/coding_in_zig/