We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7fb48 commit 7985e40Copy full SHA for 7985e40
docs/annotated/00-index.md
@@ -8,3 +8,26 @@ sidebar_position: 0
8
- zig 源码分析
9
- zig 目前生态很弱. 值得阅读的项目不多.
10
- 首选 zig std 标准库源码.
11
+
12
+## Zig 标准库:
13
14
+- https://ziglang.org/documentation/master/std/
15
16
+> 阅读指南:
17
18
+- https://github.com/ziglang/zig/wiki/How-to-read-the-standard-library-source-code
19
20
+> std 源码入口:
21
22
+- https://github.com/ziglang/zig/tree/master/lib/std
23
+- https://github.com/ziglang/zig/blob/master/lib/std/std.zig
24
25
+> 视频:
26
27
+- https://youtu.be/NQgju_2mX-8
28
29
+## Zig 热门项目:
30
31
+> bun:
32
33
+> redis:
0 commit comments