Go to file
Taiki Endo a7974c8de8 Unify import style 2022-07-30 18:19:56 +09:00
.github/workflows Use install-action to install mdbook and mdbook-linkcheck 2022-07-30 18:00:09 +09:00
ci Revamped "Why Async" section 2021-02-09 04:49:57 +00:00
examples Unify import style 2022-07-30 18:19:56 +09:00
src Unify import style 2022-07-30 18:19:56 +09:00
.gitignore ignore target dir 2019-09-20 19:23:42 +03:00
.rustfmt.toml Unify import style 2022-07-30 18:19:56 +09:00
LICENSE Move draft from wg-net 2018-12-12 18:18:22 -05:00
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