Go to file
Srikanth Suresh c2528476a7 mdbook renderer tries to invoke linkcheck renderer
While running `mdbook build` or `mdbook serve` I could see the following log lines:
Running the linkcheck backend
Invoking the "linkcheck" renderer
The command wasn't found, is the "linkcheck" backend installed?
Command: mdbook-linkcheck
2020-05-22 23:27:15 +09:00
ci Remove outdated reference to `FutureObj` 2020-03-09 14:47:40 -07:00
examples Updated HTTP server example: 2020-05-22 23:15:40 +09:00
src Add link to Cargo dependencies example 2020-05-22 21:04:04 +09:00
.gitignore ignore target dir 2019-09-20 19:23:42 +03:00
.travis.yml ci: update travis import path 2020-03-20 16:33:47 +01: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 adds git button 2019-10-19 02:17:08 -04: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