Skip to content

Madolkke/async-book-Simplified-Chinese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust异步手册-简体中文翻译

Asynchronous Programming in Rust- Simplified Chinese

本仓库是对Asynchronous Programming in Rust自用 简体中文翻译版本,暂未翻译代码注释,已跟随最新版本。

前往阅读本书

Requirements

The async book is built with mdbook, you can install it using cargo.

cargo install mdbook
cargo install mdbook-linkcheck

Building

To create a finished book, run mdbook build to generate it under the book/ directory.

mdbook build

Development

While writing it can be handy to see your changes, mdbook serve will launch a local web server to serve the book.

mdbook serve

About

对Asynchronous Programming in Rust的自用中文翻译

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages