File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 1- % Rust Guidelines [ working title ]
1+ % Style Guidelines
22
33This document collects the emerging principles, conventions, abstractions, and
44best practices for writing Rust code.
@@ -10,19 +10,6 @@ drive discussion, consensus and adoption.
1010Whenever feasible, guidelines provide specific examples from Rust's standard
1111libraries.
1212
13- For now, you can find a rendered snapshot at
14- [ http://aturon.github.io/ ] ( http://aturon.github.io/ ) . After
15- [ some infrastructure work] ( https://github.com/aturon/rust-guidelines/issues/17 ) , the snapshot will move somewhere more
16- official.
17-
18- ### Building the document
19-
20- Like http://rustbyexample.com/ , this guidelines document is written in
21- the [ ` gitbook ` ] ( https://github.com/GitbookIO/gitbook ) style. It can be
22- compiled with a prototype tool,
23- [ ` rustbook ` ] ( https://github.com/aturon/rust-book ) that provides a
24- minimal subset of ` gitbook ` 's functionality on top of ` rustdoc ` .
25-
2613### Guideline statuses
2714
2815Every guideline has a status:
You can’t perform that action at this time.
0 commit comments