Rollup merge of #25220 - brson:doc1, r=steveklabnik
This commit is contained in:
commit
bea12a9998
1 changed files with 7 additions and 8 deletions
|
@ -5,15 +5,14 @@ to jump to any particular section.
|
||||||
|
|
||||||
# Getting Started
|
# Getting Started
|
||||||
|
|
||||||
If you haven't seen Rust at all yet, the first thing you should read is the [30
|
If you haven't seen Rust at all yet, the first thing you should read is the
|
||||||
minute intro](intro.html). It will give you an overview of the basic ideas of Rust
|
introduction to [The Rust Programming Language](book/index.html). It'll give
|
||||||
at a high level.
|
you a good idea of what Rust is like.
|
||||||
|
|
||||||
Once you know you really want to learn Rust, the next step is reading [The
|
The book provides a lengthy explanation of Rust, its syntax, and its
|
||||||
Rust Programming Language](book/index.html). It is a lengthy explanation of
|
concepts. Upon completing the book, you'll be an intermediate Rust
|
||||||
Rust, its syntax, and its concepts. Upon completing the book, you'll be an
|
developer, and will have a good grasp of the fundamental ideas behind
|
||||||
intermediate Rust developer, and will have a good grasp of the fundamental
|
Rust.
|
||||||
ideas behind Rust.
|
|
||||||
|
|
||||||
[Rust By Example][rbe] was originally a community resource, but was then
|
[Rust By Example][rbe] was originally a community resource, but was then
|
||||||
donated to the Rust project. As the name implies, it teaches you Rust through a
|
donated to the Rust project. As the name implies, it teaches you Rust through a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue