rustbook

Build multi-page documentation with Rustdoc.

Build Status

Acquiring and building

git clone https://github.com/steveklabnik/rustbook.git cd rustbook cargo build

Usage

The rustbook tool builds a book from a number of separate markdown files. The contents of the book are determined by a SUMMARY.md file like:

```markdown

Summary

The setup is intended to make it easy to browse a book directly on GitHub:

To build a book, run rustbook build in the book's root directory, which should contain a SUMMARY.md and README.md as just described. Currently, the output is always placed in a _book subdirectory.