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
2
2
3
3
This document collects the emerging principles, conventions, abstractions, and
4
4
best practices for writing Rust code.
@@ -10,19 +10,6 @@ drive discussion, consensus and adoption.
10
10
Whenever feasible, guidelines provide specific examples from Rust's standard
11
11
libraries.
12
12
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
-
26
13
### Guideline statuses
27
14
28
15
Every guideline has a status:
You can’t perform that action at this time.
0 commit comments