2013-12-22 20:21:45 -06:00
|
|
|
% Rust documentation
|
|
|
|
|
2014-01-06 19:24:19 -06:00
|
|
|
<!-- Completely hide the TOC and the section numbers -->
|
|
|
|
<style type="text/css">
|
|
|
|
#TOC { display: none; }
|
|
|
|
.header-section-number { display: none; }
|
2014-01-15 19:19:36 -06:00
|
|
|
li {list-style-type: none; }
|
2014-01-06 19:24:19 -06:00
|
|
|
</style>
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-15 19:19:36 -06:00
|
|
|
* [The Rust tutorial](tutorial.html) (* [PDF](tutorial.pdf))
|
|
|
|
* [The Rust reference manual](rust.html) (* [PDF](rust.pdf))
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-06 19:24:19 -06:00
|
|
|
# Guides
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-15 19:19:36 -06:00
|
|
|
* [Pointers](guide-pointers.html)
|
|
|
|
* [References and Lifetimes](guide-lifetimes.html)
|
|
|
|
* [Containers and Iterators](guide-container.html)
|
|
|
|
* [Tasks and Communication](guide-tasks.html)
|
|
|
|
* [Foreign Function Interface](guide-ffi.html)
|
|
|
|
* [Macros](guide-macros.html)
|
|
|
|
* [Packaging](guide-rustpkg.html)
|
|
|
|
* [Testing](guide-testing.html)
|
|
|
|
* [Conditions](guide-conditions.html)
|
|
|
|
* [Rust's Runtime](guide-runtime.html)
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-06 19:24:19 -06:00
|
|
|
# Libraries
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-15 19:19:36 -06:00
|
|
|
* [The standard library, `libstd`](std/index.html)
|
|
|
|
* [The extra library, `libextra`](extra/index.html)
|
2014-01-11 08:19:38 -06:00
|
|
|
|
2014-01-15 19:19:36 -06:00
|
|
|
* [The M:N runtime library, `libgreen`](green/index.html)
|
|
|
|
* [The 1:1 runtime library, `libnative`](native/index.html)
|
2014-01-11 08:19:38 -06:00
|
|
|
|
2014-01-15 19:19:36 -06:00
|
|
|
* [The Rust libuv library, `librustuv`](rustuv/index.html)
|
|
|
|
* [The Rust packaging library, `librustpkg`](rustpkg/index.html)
|
2014-01-11 19:23:55 -06:00
|
|
|
|
2014-01-15 19:19:36 -06:00
|
|
|
* [The Rust parser, `libsyntax`](syntax/index.html)
|
|
|
|
* [The Rust compiler, `librustc`](rustc/index.html)
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-06 19:24:19 -06:00
|
|
|
# Tooling
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-15 19:19:36 -06:00
|
|
|
* [The `rustdoc` manual](rustdoc.html)
|
|
|
|
* [The `rustpkg` manual](rustpkg.html)
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-06 19:24:19 -06:00
|
|
|
# FAQs
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-15 19:19:36 -06:00
|
|
|
* [Language FAQ](complement-lang-faq.html)
|
|
|
|
* [Project FAQ](complement-project-faq.html)
|
|
|
|
* [Usage FAQ](complement-usage-faq.html)
|
|
|
|
* [Code cheatsheet](complement-cheatsheet.html) - "How do I do X?"
|
|
|
|
* [How to submit a bug report](complement-bugreport.html)
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-06 19:24:19 -06:00
|
|
|
# External resources
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-15 19:19:36 -06:00
|
|
|
* The Rust [IRC channel](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust) - `#rust` on irc.mozilla.org
|
|
|
|
* The Rust community on [Reddit](http://reddit.com/r/rust)
|
|
|
|
* The Rust [wiki](http://github.com/mozilla/rust/wiki)
|