Re-implement rustbook in terms of mdbook

mdbook has a lot of optional dependencies that we don't want, so instead
of using it directly, we re-build rustbook to use mdbook as a library.
For convenience' sake, we keep the same CLI interface as mdbook; the
only difference is that it only accepts build and test subcommands,
rather than the full range.
pull/10/head
Steve Klabnik 8 years ago committed by Manish Goregaokar
parent e189962350
commit 59c90266d3

@ -0,0 +1,3 @@
# Summary
- [Chapter 1](./chapter_1.md)

@ -0,0 +1 @@
# Chapter 1
Loading…
Cancel
Save