yangjueji / async-book

Asynchronous Programming in Rust,中文翻译仓库

Home Page:https://huangjj27.github.io/async-book/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async-book

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,中文翻译仓库

https://huangjj27.github.io/async-book/index.html

License:MIT License


Languages

Language:Rust 89.5%Language:Shell 9.1%Language:HTML 1.4%