File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
branches/beta/src/doc/style Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
31
31
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
32
32
refs/heads/batch: b7fd822592a4fb577552d93010c4a4e14f314346
33
33
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
- refs/heads/beta: 96bea5eb72d397d30f4717ab63cc868f974d453b
34
+ refs/heads/beta: 3f9b0999d193bc3ffb40f32d6ace4ad8fc6e828f
35
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
36
36
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37
37
refs/heads/tmp: eb836bf767aa1d8d4cba488a9091cde3c0ab4b2f
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