cargo-book 0.1.4

A cargo plugin for serving the Rust book and std doc
Documentation
1
2
3
4
5
6
7
8
Serve rust books locally.

Note: you need to have at least one rustup toolchain installed.

```
$ cargo book
Serving on http://127.0.0.1:8080
```