2014-08-01 16:31:22 -07:00
|
|
|
% Rust Documentation
|
2013-12-22 20:21:45 -06:00
|
|
|
|
2015-12-23 14:15:13 -08:00
|
|
|
<style>
|
|
|
|
nav {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
</style>
|
2014-08-28 14:52:39 -04:00
|
|
|
|
2015-12-23 14:15:13 -08:00
|
|
|
This is an index of the documentation included with the Rust
|
|
|
|
compiler. For more comprehensive documentation see [the
|
|
|
|
website](https://www.rust-lang.org).
|
2014-08-28 14:52:39 -04:00
|
|
|
|
2016-01-10 22:30:09 +00:00
|
|
|
[**The Rust Programming Language**][book]. Also known as "The Book",
|
|
|
|
The Rust Programming Language is the most comprehensive resource for
|
|
|
|
all topics related to Rust, and is the primary official document of
|
|
|
|
the language.
|
2015-05-08 13:18:04 -07:00
|
|
|
|
2016-01-10 22:30:09 +00:00
|
|
|
[**The Rust Reference**][ref]. While Rust does not have a
|
|
|
|
specification, the reference tries to describe its working in
|
2016-11-17 13:16:27 -05:00
|
|
|
detail. It is accurate, but not necessarily complete.
|
2014-08-28 14:52:39 -04:00
|
|
|
|
2016-01-10 22:30:09 +00:00
|
|
|
[**Standard Library API Reference**][api]. Documentation for the
|
|
|
|
standard library.
|
2015-09-06 15:25:01 +03:00
|
|
|
|
2016-01-10 22:30:09 +00:00
|
|
|
[**The Rustonomicon**][nomicon]. An entire book dedicated to
|
|
|
|
explaining how to write unsafe Rust code. It is for advanced Rust
|
|
|
|
programmers.
|
|
|
|
|
|
|
|
[**Compiler Error Index**][err]. Extended explanations of
|
|
|
|
the errors produced by the Rust compiler.
|
|
|
|
|
|
|
|
[book]: book/index.html
|
|
|
|
[ref]: reference.html
|
|
|
|
[api]: std/index.html
|
|
|
|
[nomicon]: nomicon/index.html
|
|
|
|
[err]: error-index.html
|
2015-09-06 15:25:01 +03:00
|
|
|
|