Skip to content

Denys-Bushulyak/async-book

This branch is 1 commit ahead of, 47 commits behind rust-lang/async-book:master.

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%