We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83008b2 + f0a3b6c commit 0feaf61Copy full SHA for 0feaf61
src/doc/trpl/README.md
@@ -24,13 +24,15 @@ is the first. After this:
24
* [Syntax and Semantics][ss] - Each bit of Rust, broken down into small chunks.
25
* [Nightly Rust][nr] - Cutting-edge features that aren’t in stable builds yet.
26
* [Glossary][gl] - A reference of terms used in the book.
27
+* [Academic Research][ar] - Literature that influenced Rust.
28
29
[gs]: getting-started.html
30
[lr]: learn-rust.html
31
[er]: effective-rust.html
32
[ss]: syntax-and-semantics.html
33
[nr]: nightly-rust.html
34
[gl]: glossary.html
35
+[ar]: academic-research.html
36
37
After reading this introduction, you’ll want to dive into either ‘Learn Rust’
38
or ‘Syntax and Semantics’, depending on your preference: ‘Learn Rust’ if you
0 commit comments