Skip to content

Commit c34f350

Browse files
committed
Further tweaks to doc/index.md
1 parent 201bfbe commit c34f350

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

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)