|
6 | 6 | .header-section-number { display: none; }
|
7 | 7 | </style>
|
8 | 8 |
|
9 |
| -[The Rust tutorial](tutorial.html) ([PDF](tutorial.pdf)) |
10 |
| -[The Rust reference manual](rust.html) ([PDF](rust.pdf)) |
| 9 | +[The Rust tutorial](tutorial.html) ([PDF](tutorial.pdf)) |
| 10 | +[The Rust reference manual](rust.html) ([PDF](rust.pdf)) |
11 | 11 |
|
12 | 12 | # Guides
|
13 | 13 |
|
14 |
| -[Pointers](guide-pointers.html) |
15 |
| -[References and Lifetimes](guide-lifetimes.html) |
16 |
| -[Containers and Iterators](guide-container.html) |
17 |
| -[Tasks and Communication](guide-tasks.html) |
18 |
| -[Foreign Function Interface](guide-ffi.html) |
19 |
| -[Macros](guide-macros.html) |
20 |
| -[Packaging](guide-rustpkg.html) |
21 |
| -[Testing](guide-testing.html) |
| 14 | +[Pointers](guide-pointers.html) |
| 15 | +[References and Lifetimes](guide-lifetimes.html) |
| 16 | +[Containers and Iterators](guide-container.html) |
| 17 | +[Tasks and Communication](guide-tasks.html) |
| 18 | +[Foreign Function Interface](guide-ffi.html) |
| 19 | +[Macros](guide-macros.html) |
| 20 | +[Packaging](guide-rustpkg.html) |
| 21 | +[Testing](guide-testing.html) |
22 | 22 | [Conditions](guide-conditions.html)
|
23 | 23 |
|
24 | 24 | # Libraries
|
25 | 25 |
|
26 |
| -[The standard library, `libstd`](std/index.html) |
| 26 | +[The standard library, `libstd`](std/index.html) |
27 | 27 | [The extra library, `libextra`](extra/index.html)
|
28 | 28 |
|
29 |
| -[The M:N runtime library, `libgreen`](green/index.html) |
| 29 | +[The M:N runtime library, `libgreen`](green/index.html) |
30 | 30 | [The 1:1 runtime library, `libnative`](native/index.html)
|
31 | 31 |
|
32 |
| -[The Rust parser, `libsyntax`](syntax/index.html) |
| 32 | +[The Rust libuv library, `librustuv`](rustuv/index.html) |
| 33 | +[The Rust packaging library, `librustpkg`](rustpkg/index.html) |
| 34 | + |
| 35 | +[The Rust parser, `libsyntax`](syntax/index.html) |
33 | 36 | [The Rust compiler, `librustc`](rustc/index.html)
|
34 | 37 |
|
35 | 38 | # Tooling
|
|
38 | 41 |
|
39 | 42 | # FAQs
|
40 | 43 |
|
41 |
| -[Language FAQ](complement-lang-faq.html) |
42 |
| -[Project FAQ](complement-project-faq.html) |
43 |
| -[Usage FAQ](complement-usage-faq.html) |
44 |
| -[Code cheatsheet](complement-cheatsheet.html) - "How do I do X?" |
| 44 | +[Language FAQ](complement-lang-faq.html) |
| 45 | +[Project FAQ](complement-project-faq.html) |
| 46 | +[Usage FAQ](complement-usage-faq.html) |
| 47 | +[Code cheatsheet](complement-cheatsheet.html) - "How do I do X?" |
45 | 48 | [How to submit a bug report](complement-bugreport.html)
|
46 | 49 |
|
47 | 50 | # External resources
|
48 | 51 |
|
49 |
| -The Rust [IRC channel](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust) - `#rust` on irc.mozilla.org |
50 |
| -The Rust community on [Reddit](http://reddit.com/r/rust) |
| 52 | +The Rust [IRC channel](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust) - `#rust` on irc.mozilla.org |
| 53 | +The Rust community on [Reddit](http://reddit.com/r/rust) |
51 | 54 | The Rust [wiki](http://github.com/mozilla/rust/wiki)
|
0 commit comments