Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (20 loc) · 675 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 675 Bytes

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 构建电子书:

mdbook build --open

LICENSE

这个项目使用 MIT 许可证,详细信息请查阅 LICENSE 文件。