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 86f4a17 commit b12fa01Copy full SHA for b12fa01
content/post/2024-11-26-typed-fsm-zig.md
@@ -11,7 +11,7 @@ date: 2024-11-26T13:32:00+08:00
11
12
而状态主要是在代码层面帮助人们理解消息的产生和处理。
13
14
-## 1.2 介绍typed-fsm-zig的优势
+## 1.2 介绍[typed-fsm-zig](https://github.com/sdzx-1/typed-fsm-zig)的优势
15
16
利用zig强大的类型系统加上一些编程规范,我们可以在zig中实现类型安全的有限状态机。
17
0 commit comments