Go to file
yuk1ty ed022fc51a Capitalize the first letter in the Pinning chapter 2023-10-05 10:44:57 -07:00
.github/workflows Use install-action to install mdbook and mdbook-linkcheck 2022-07-30 18:00:09 +09:00
ci Added to dictionary 2023-05-05 09:13:55 +02:00
examples Review Fixes. Thanks to @eholk 2023-05-05 09:11:10 +02:00
src Capitalize the first letter in the Pinning chapter 2023-10-05 10:44:57 -07: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