You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language</a> will give you an overview of the language from first
21
-
principles. You'll build a few projects along the way, and by the
22
-
end, you'll have a solid grasp of the language.</p>
17
+
<p>Affectionately nicknamed "the book," <ahref="https://doc.rust-lang.org/book/">The Rust Programming
18
+
Language</a> will give you an overview of the language from first
19
+
principles. You'll build a few projects along the way, and by the
20
+
end, you'll have a solid grasp of the language.</p>
23
21
<p>If reading multiple hundreds of pages about a language isn't your
24
-
style, then <ahref="https://doc.rust-lang.org/rust-by-example/">Rust
25
-
By Example</a> has you covered. While the book talks about code with
26
-
a lot of words, RBE shows off a bunch of code, and keeps the talking
27
-
to a minimum. It also includes exercises!</p>
22
+
style, then <ahref="https://doc.rust-lang.org/rust-by-example/">Rust
23
+
By Example</a> has you covered. While the book talks about code with
24
+
a lot of words, RBE shows off a bunch of code, and keeps the talking
25
+
to a minimum. It also includes exercises!</p>
28
26
</div>
29
27
<divclass="four columns">
30
28
<imgsrc="http://via.placeholder.com/350x200">
@@ -39,43 +37,72 @@
39
37
<h2>Use Rust</h2>
40
38
<divclass="highlight highlight-yellow"></div>
41
39
</header>
42
-
<p>Once you've gotten familliar with the basics of the language, these resources can help you increase your knowledge and help you when you're actually using Rust day-to-day.</p>
40
+
<p>Go beyond the basics —these resources help you use Rust day-to-day.</p>
<p>Here's some reference material you'll find useful when writing Rust.</p>
71
-
<ul>
72
-
<li>The <ahref="https://doc.rust-lang.org/std/index.html">Standard Library documentation</a> describes the functionality of Rust's standard library.</li>
73
-
<li>The <ahref="https://doc.rust-lang.org/cargo/index.html">Cargo Book</a> will show you all the ins and outs of Rust's package manager and build system.</li>
74
-
<li>The <ahref="https://doc.rust-lang.org/rustdoc/index.html"><code>rustdoc</code> Book</a> will help you make awesome documentation for your crates.</li>
75
-
<li>The <ahref="https://doc.rust-lang.org/rustc/index.html"><code>rustc</code> Book</a> describes the usage of the Rust compiler.</li>
76
-
<li>If you've got an error, you can also check out the <ahref="https://doc.rust-lang.org/error-index.html">Extended Error Code Index</a>.</li>
<p>Curious about the darkest corners of the language? Here's where you can get into the nitty-gritty:</p>
115
+
<p>Curious about the darkest corners of the language? Here's where you can get into the nitty-gritty:</p>
89
116
<divclass="row">
90
117
<divclass="four columns book"id="the-reference">
91
118
<imgsrc="/static/images/reference.svg" />
92
-
<p><ahref="https://doc.rust-lang.org/reference/index.html">The Reference</a> is not a formal spec, but is more detailed and comprehensive than the book.</p>
119
+
<p><ahref="https://doc.rust-lang.org/reference/index.html">The Reference</a> is not a formal spec, but is more
120
+
detailed and comprehensive than the book.</p>
93
121
</div>
94
122
<divclass="four columns book"id="rustonomicon">
95
123
<imgsrc="/static/images/nomicon.svg" />
96
-
<p><ahref="https://doc.rust-lang.org/nomicon/index.html">The Rustonomicon</a> is your guidebook to the dark arts of unsafe Rust. It's also sometimes called "the 'nomicon."</p>
124
+
<p><ahref="https://doc.rust-lang.org/nomicon/index.html">The Rustonomicon</a> is your guidebook to the dark
125
+
arts of unsafe Rust. It's also sometimes called "the 'nomicon."</p>
<p><ahref="https://doc.rust-lang.org/unstable-book/index.html">The Unstable Book</a> has documentation for unstable features that you can only use with nightly Rust.</p>
129
+
<p><ahref="https://doc.rust-lang.org/unstable-book/index.html">The Unstable Book</a> has documentation for
130
+
unstable features that you can only use with nightly Rust.</p>
0 commit comments