about summary refs log tree commit diff
path: root/src/doc/index.md
blob: fef9f1f369cee344999a296f9d7a48ae9e33d4c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Rust Documentation

<style>
nav {
    display: none;
}
</style>

This is an index of the documentation included with the Rust
compiler. For more comprehensive documentation see [the
website](https://www.rust-lang.org).

[**The Rust Programming Language**](book/index.html)

[**The Rust Reference**](reference.html)

[**The Standard Library API Reference**](std/index.html)

[**The Rustonomicon**](nomicon/index.html)

[**The Compiler Error Index**](error-index.html)