tree: 9e634fb739e1020f8ee36a98d7e79b24b841f73f [path history] [tgz]
  1. src/
  2. book.toml
  3. README.md
dev-guide/README.md

The Rust Reference Developer Guide

This is the source of the Reference Developer Guide, published at https://rust-lang.github.io/reference/dev-guide/. It is written in Markdown using mdbook. If you are editing these pages, the best way to view them is to run mdbook serve --open. This will start a web server on localhost that you can visit to view the book; it will automatically reload each time you edit a page.

This is published via GitHub Actions to GitHub Pages.