# async-rust **Repository Path**: langlearn/async-rust ## Basic Information - **Project Name**: async-rust - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-14 - **Last Updated**: 2023-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # async-rust *这是一本电子书,旨在介绍 Rust 中 `async/await` 语法和异步运行时的原理和工作机制。* *This is a book which aims to introduce the theory and mechanism of `async/await` syntax and asynchronous runtime in the Rust.* ## Usage 在线阅读地址:https://night-cruise.github.io/async-rust/ ## Build 克隆: ``` git clone https://github.com/night-cruise/async-rust.git ``` 切换到项目目录: ``` cd async-rust ``` 使用 [mdbook](https://github.com/rust-lang/mdBook) 构建电子书: ``` mdbook build --open ``` ## LICENSE 这个项目使用 MIT 许可证,详细信息请查阅 [LICENSE](LICENSE) 文件。