Go to file
Dima Pristupa 0faae314c1 🎨 Add blank lines between Test's methods 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 🚨 Fix a rust-clippy warning 2021-10-26 23:15:45 +09:00
src 🎨 Add blank lines between Test's methods 2021-10-26 23:15:45 +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