File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,14 @@ to jump to any particular section.
5
5
6
6
# Getting Started
7
7
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.
11
-
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.
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.
11
+
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.
17
16
18
17
[ Rust By Example] [ rbe ] was originally a community resource, but was then
19
18
donated to the Rust project. As the name implies, it teaches you Rust through a
You can’t perform that action at this time.
0 commit comments