Asynchronous Programming in Rust- Simplified Chinese
本仓库是对Asynchronous Programming in Rust的 自用 简体中文翻译版本,暂未翻译代码注释,已跟随最新版本。
The async book is built with mdbook
, you can install it using cargo.
cargo install mdbook
cargo install mdbook-linkcheck
To create a finished book, run mdbook build
to generate it under the book/
directory.
mdbook build
While writing it can be handy to see your changes, mdbook serve
will launch a local web
server to serve the book.
mdbook serve