Skip to content

Commit 2629050

Browse files
committed
---
yaml --- r: 234390 b: refs/heads/tmp c: c34f350 h: refs/heads/master v: v3
1 parent 042040a commit 2629050

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2626
refs/heads/beta: d2e13e822a73e0ea46ae9e21afdd3155fc997f6d
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
28-
refs/heads/tmp: 201bfbe55e6852cc41160f29b617439c7098a128
28+
refs/heads/tmp: c34f3506645e4ce4ba2b0f34a437793a14018d13
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: ab792abf1fcc28afbd315426213f6428da25c085
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828

branches/tmp/src/doc/index.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ series of small examples.
2020

2121
[rbe]: http://rustbyexample.com/
2222

23-
# Specification
23+
# Language Reference
2424

25-
Rust does not have an exact specification, but an effort to describe as much of
25+
Rust does not have an exact specification yet, but an effort to describe as much of
2626
the language in as much detail as possible is in [the reference](reference.html).
2727

28-
# The Standard Library
28+
# Standard Library Reference
2929

3030
We have [API documentation for the entire standard
3131
library](std/index.html). There's a list of crates on the left with more
@@ -34,13 +34,15 @@ something if you know its name.
3434

3535
# Tools
3636

37-
Rust is still a young language, so there isn't a ton of tooling yet, but the
38-
tools we have are really nice.
37+
[Cargo](https://crates.io) is the Rust's package manager providing access to libraries
38+
beyond the standard one, and its website contains lots of good documentation.
3939

40-
[Cargo](https://crates.io) is Rust's package manager, and its website contains
41-
lots of good documentation.
40+
[`rustdoc`](book/documentation.html) is the Rust's documentation generator, a tool converting
41+
annotated source code into HTML docs.
4242

43-
[`rustdoc`](book/documentation.html) is used to generate documentation for Rust code.
43+
A bunch of non-official tools are available, such as [Racer](https://github.com/phildawes/racer)
44+
(code completion engine), or [rustfmt](https://github.com/nrc/rustfmt) (source code formatter),
45+
or text editor plugins.
4446

4547
# Community & Getting Help
4648

0 commit comments

Comments
 (0)