X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fdoc%2Findex.md;h=bf08960f338a3e3cee51b3f11e75864bdbff7ede;hb=1b442befcadc21fb5c7ae02d1a7c6d87582cac96;hp=744c7f709a6dbe3be9e7be7c00328e33f0574d39;hpb=cba4a389b3961a2fd72e01bd6cb0b0e065edaf3d;p=rust.git diff --git a/src/doc/index.md b/src/doc/index.md index 744c7f709a6..bf08960f338 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -113,6 +113,12 @@ resources useful. [The Reference](reference/index.html) is not a formal spec, but is more detailed and comprehensive than the book. +## The Style Guide + +[The Rust Style Guide](style-guide/index.html) describes the standard formatting of Rust +code. Most developers use rustfmt to format their code, and rustfmt's default +formatting matches this style guide. + ## The Rustonomicon [The Rustonomicon](nomicon/index.html) is your guidebook to the dark arts of unsafe