Skip to content

Commit 7985e40

Browse files
committed
update
1 parent 2f7fb48 commit 7985e40

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/annotated/00-index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,26 @@ sidebar_position: 0
88
- zig 源码分析
99
- zig 目前生态很弱. 值得阅读的项目不多.
1010
- 首选 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

Comments
 (0)