Go to file
Dima Pristupa a86d9c5f73 ✏️ Add spaces around em dashes 2021-10-26 23:15:45 +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 ✏️ Add spaces around em dashes 2021-10-26 23:15:45 +09:00
src Minor changes to Applied: Build and executor 2021-09-06 20:14:11 +09:00
.gitignore ignore target dir 2019-09-20 19:23:42 +03:00
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