|
1 | 1 | % Rust Documentation
|
2 | 2 |
|
3 |
| -Welcome to the Rust documentation! You can use the section headings above |
4 |
| -to jump to any particular section. |
| 3 | +<style> |
| 4 | +nav { |
| 5 | + display: none; |
| 6 | +} |
| 7 | +</style> |
5 | 8 |
|
6 |
| -# Getting Started |
| 9 | +This is an index of the documentation included with the Rust |
| 10 | +compiler. For more comprehensive documentation see [the |
| 11 | +website](https://www.rust-lang.org). |
7 | 12 |
|
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. |
| 13 | +[**The Rust Programming Language**](book/index.html) |
11 | 14 |
|
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. |
| 15 | +[**The Rust Reference**](reference.html) |
16 | 16 |
|
17 |
| -# Language Reference |
| 17 | +[**The Standard Library API Reference**](std/index.html) |
18 | 18 |
|
19 |
| -Rust does not have an exact specification yet, but an effort to describe as much of |
20 |
| -the language in as much detail as possible is in [the reference](reference.html). |
| 19 | +[**The Rustonomicon**](nomicon/index.html) |
21 | 20 |
|
22 |
| -# Standard Library Reference |
23 |
| - |
24 |
| -We have [API documentation for the entire standard |
25 |
| -library](std/index.html). There's a list of crates on the left with more |
26 |
| -specific sections, or you can use the search bar at the top to search for |
27 |
| -something if you know its name. |
28 |
| - |
29 |
| -# The Rustonomicon |
30 |
| - |
31 |
| -[The Rustonomicon] is an entire book dedicated to explaining |
32 |
| -how to write `unsafe` Rust code. It is for advanced Rust programmers. |
33 |
| - |
34 |
| -[The Rustonomicon]: nomicon/index.html |
35 |
| - |
36 |
| -# The Error Index |
37 |
| - |
38 |
| -If you encounter an error while compiling your code you may be able to look it |
39 |
| -up in the [Rust Compiler Error Index](error-index.html). |
| 21 | +[**The Compiler Error Index**](error-index.html) |
0 commit comments