Study note
Rust typestate
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Rust
- Category
- 类型系统、宏与语言机制
- Source
- cliffle.com
- Vault note
library/articles/rust/Rust-typestate-35933d5c1ff807c4.md
Summary
Cliffle 关于 Rust typestate 模式的文章,用类型状态表达对象生命周期和合法操作集合。
Highlights
适合学习如何把协议、状态机和资源使用约束前移到编译期。
Notes
typestate 模式
Comments
Loading comments...