tree: 3e6d2ca173845ebba69df5f02e40cca0db73b5b5 [path history] [tgz]
  1. src/
  2. book.toml
  3. README.md
src/doc/contrib/README.md

Cargo Contributor Guide

This is the source of the Cargo Contributor Guide, published at https://rust-lang.github.io/cargo/contrib/. It is written in Markdown, using the mdbook tool to convert to HTML. If you are editing these pages, the best option to view the results is to run mdbook serve, which will start a web server on localhost that you can visit to view the book, and it will automatically reload each time you edit a page.

This is published via GitHub Actions to GitHub Pages.