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