Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

tree: 42cd33ac3f202b7c1426cf295a4133e9f291114a [path history] [tgz]
  1. src/
  2. .gitignore
  3. book.toml
  4. README.md
src/doc/unstable-book/README.md

Unstable Book

These are the sources for https://doc.rust-lang.org/nightly/unstable-book/. To generate them, run ./x doc unstable-book, which will generate HTML files in build/host/doc/unstable-book using src/tools/rustbook. If you need to change the overall structure, modify src/tools/unstable-book-gen/src/SUMMARY.md.

Note that most of this book is autogenerated by unstable-book-gen, with the exception of compiler-flags and compiler-environment-variables. As a result, it does not integrate well with mdbook. Use ./x doc instead.