rs-study-future/README.md
2024-08-13 18:48:04 +08:00

7 lines
216 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# rs-study-future
用来学习和模拟rust中的future并且一步步实现一个简单的运行时库。
## How to run
```shell
cargo run --bin section1-1 # 运行第一节第一小节的代码 其他同理
```