Go to file
StevenJiang1110 9cdcfcbd8c Remove unused use-statement 2022-07-01 00:20:58 +09:00
.github/workflows Install latest mdbook 2021-01-05 17:10:12 +09:00
ci Revamped "Why Async" section 2021-02-09 04:49:57 +00:00
examples Remove unused use-statement 2022-07-01 00:20:58 +09:00
src Applied suggestion 2022-06-15 21:07:34 +09:00
.gitignore
LICENSE
README.md mdbook renderer tries to invoke linkcheck renderer 2020-05-22 23:27:15 +09:00
book.toml Use draft chapters for "todo" chapters. 2021-03-05 11:39:35 +09:00

README.md

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