Skip to content

Commit 315c7be

Browse files
committed
---
yaml --- r: 216975 b: refs/heads/stable c: 393a37e h: refs/heads/master i: 216973: 7cb6665 216971: dc0f1bc 216967: c738e25 216959: 14519a4 v: v3
1 parent 6c57494 commit 315c7be

File tree

33 files changed

+554
-727
lines changed

33 files changed

+554
-727
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ refs/heads/tmp: 378a370ff2057afeb1eae86eb6e78c476866a4a6
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: a5286998df566e736b32f6795bfc3803bdaf453d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 398148193b1a536098292a5dcc9832a88d8db764
32+
refs/heads/stable: 393a37ecbd5fbeda49246dc7f3885af69130151a
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375

branches/stable/src/doc/index.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ to jump to any particular section.
55

66
# Getting Started
77

8-
If you haven't seen Rust at all yet, the first thing you should read is the
9-
introduction to [The Rust Programming Language](book/index.html). It'll give
10-
you a good idea of what Rust is like.
8+
If you haven't seen Rust at all yet, the first thing you should read is the [30
9+
minute intro](intro.html). It will give you an overview of the basic ideas of Rust
10+
at a high level.
1111

12-
The book provides a lengthy explanation of Rust, its syntax, and its
13-
concepts. Upon completing the book, you'll be an intermediate Rust
14-
developer, and will have a good grasp of the fundamental ideas behind
15-
Rust.
12+
Once you know you really want to learn Rust, the next step is reading [The
13+
Rust Programming Language](book/index.html). It is a lengthy explanation of
14+
Rust, its syntax, and its concepts. Upon completing the book, you'll be an
15+
intermediate Rust developer, and will have a good grasp of the fundamental
16+
ideas behind Rust.
1617

1718
[Rust By Example][rbe] was originally a community resource, but was then
1819
donated to the Rust project. As the name implies, it teaches you Rust through a
@@ -23,7 +24,7 @@ series of small examples.
2324
# Community & Getting Help
2425

2526
If you need help with something, or just want to talk about Rust with others,
26-
there are a few places you can do that:
27+
there's a few places you can do that:
2728

2829
The Rust IRC channels on [irc.mozilla.org](http://irc.mozilla.org/) are the
2930
fastest way to get help.
@@ -58,7 +59,7 @@ the language in as much detail as possible is in [the reference](reference.html)
5859

5960
# Tools
6061

61-
Rust is still a young language, so there isn't a ton of tooling yet, but the
62+
Rust's still a young language, so there isn't a ton of tooling yet, but the
6263
tools we have are really nice.
6364

6465
[Cargo](http://crates.io) is Rust's package manager, and its website contains
@@ -68,21 +69,16 @@ lots of good documentation.
6869

6970
# FAQs
7071

71-
There are questions that are asked quite often, so we've made FAQs for them:
72+
There are questions that are asked quite often, and so we've made FAQs for them:
7273

7374
* [Language Design FAQ](complement-design-faq.html)
7475
* [Language FAQ](complement-lang-faq.html)
7576
* [Project FAQ](complement-project-faq.html)
7677
* [How to submit a bug report](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports)
7778

78-
# The Standard Library
79+
# The standard library
7980

8081
We have [API documentation for the entire standard
8182
library](std/index.html). There's a list of crates on the left with more
8283
specific sections, or you can use the search bar at the top to search for
8384
something if you know its name.
84-
85-
# The Error Index
86-
87-
If you encounter an error while compiling your code you may be able to look it
88-
up in the [Rust Compiler Error Index](error-index.html).

0 commit comments

Comments
 (0)