2013-12-22 20:21:45 -06:00
|
|
|
% Rust documentation
|
|
|
|
|
2014-01-06 17:24:19 -08:00
|
|
|
<!-- Completely hide the TOC and the section numbers -->
|
|
|
|
<style type="text/css">
|
|
|
|
#TOC { display: none; }
|
|
|
|
.header-section-number { display: none; }
|
2014-01-15 20:19:36 -05:00
|
|
|
li {list-style-type: none; }
|
2014-01-06 17:24:19 -08:00
|
|
|
</style>
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-15 20:19:36 -05: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 17:24:19 -08:00
|
|
|
# Guides
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-15 20:19:36 -05: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)
|
|
|
|
* [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 17:24:19 -08:00
|
|
|
# Libraries
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-02-16 00:21:08 -08:00
|
|
|
* [The standard library, `std`](std/index.html)
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-29 13:50:05 +11:00
|
|
|
* [The `arena` allocation library](arena/index.html)
|
2014-02-03 18:56:49 +13:00
|
|
|
* [The `collections` library](collections/index.html)
|
2014-02-16 00:21:08 -08:00
|
|
|
* [The `extra` library of extra stuff](extra/index.html)
|
2014-01-24 21:00:31 -08:00
|
|
|
* [The `flate` compression library](flate/index.html)
|
2014-02-10 12:12:13 -06:00
|
|
|
* [The `fourcc` four-character code library](fourcc/index.html)
|
2014-02-02 15:20:32 -08:00
|
|
|
* [The `getopts` argument parsing library](getopts/index.html)
|
2014-01-29 13:51:33 +11:00
|
|
|
* [The `glob` file path matching library](glob/index.html)
|
2014-02-16 00:21:08 -08:00
|
|
|
* [The `green` M:N runtime library](green/index.html)
|
|
|
|
* [The `native` 1:1 threading runtime](native/index.html)
|
|
|
|
* [The `num` arbitrary precision numerics library](num/index.html)
|
|
|
|
* [The `rustc` compiler](rustc/index.html)
|
|
|
|
* [The `rustuv` M:N I/O library](rustuv/index.html)
|
2014-02-03 17:13:08 +09:00
|
|
|
* [The `semver` version collation library](semver/index.html)
|
2014-02-05 08:52:54 -08:00
|
|
|
* [The `serialize` value encoding/decoding library](serialize/index.html)
|
2014-01-30 15:04:47 -05:00
|
|
|
* [The `sync` library for concurrency-enabled mechanisms and primitives](sync/index.html)
|
2014-02-16 00:21:08 -08:00
|
|
|
* [The `syntax` library, the Rust parser](syntax/index.html)
|
2014-02-05 08:52:54 -08:00
|
|
|
* [The `term` terminal-handling library](term/index.html)
|
|
|
|
* [The `uuid` 128-bit universally unique identifier library](uuid/index.html)
|
2014-01-24 21:00:31 -08:00
|
|
|
|
2014-01-06 17:24:19 -08:00
|
|
|
# Tooling
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-15 20:19:36 -05:00
|
|
|
* [The `rustdoc` manual](rustdoc.html)
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-06 17:24:19 -08:00
|
|
|
# FAQs
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-15 20:19:36 -05:00
|
|
|
* [Language FAQ](complement-lang-faq.html)
|
|
|
|
* [Project FAQ](complement-project-faq.html)
|
2014-01-24 21:00:31 -08:00
|
|
|
* [Code cheatsheet](complement-cheatsheet.html) - "How do I do X?"
|
2014-01-15 20:19:36 -05:00
|
|
|
* [How to submit a bug report](complement-bugreport.html)
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-06 17:24:19 -08:00
|
|
|
# External resources
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2014-01-24 21:00:31 -08:00
|
|
|
* The Rust [IRC channel](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust) - `#rust` on irc.mozilla.org
|
2014-01-15 20:19:36 -05:00
|
|
|
* The Rust community on [Reddit](http://reddit.com/r/rust)
|
|
|
|
* The Rust [wiki](http://github.com/mozilla/rust/wiki)
|