File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ memory safe without using garbage collection.
8
8
"The Rust Programming Language" is split into three sections, which you can
9
9
navigate through the menu on the left.
10
10
11
- ## Basics
11
+ < h2 class = " section-header " >< a href = " basic.html " > Basics</ a ></ h2 >
12
12
13
13
This section is a linear introduction to the basic syntax and semantics of
14
14
Rust. It has individual sections on each part of Rust's syntax, and culminates
@@ -17,15 +17,15 @@ in a small project: a guessing game.
17
17
After reading "Basics," you will have a good foundation to learn more about
18
18
Rust, and can write very simple programs.
19
19
20
- ## Intermediate
20
+ < h2 class = " section-header " >< a href = " intermediate.html " > Intermediate</ a ></ h2 >
21
21
22
22
This section contains individual chapters, which are self-contained. They focus
23
23
on specific topics, and can be read in any order.
24
24
25
25
After reading "Intermediate," you will have a solid understanding of Rust,
26
26
and will be able to understand most Rust code and write more complex programs.
27
27
28
- ## Advanced
28
+ < h2 class = " section-header " >< a href = " advanced.html " > Advanced</ a ></ h2 >
29
29
30
30
In a similar fashion to "Intermediate," this section is full of individual,
31
31
deep-dive chapters, which stand alone and can be read in any order. These
You can’t perform that action at this time.
0 commit comments