rust/src/doc/index.md

22 lines
469 B
Markdown
Raw Normal View History

% Rust Documentation
<style>
nav {
display: none;
}
</style>
2014-08-28 13:52:39 -05: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 13:52:39 -05:00
[**The Rust Programming Language**](book/index.html)
2015-05-08 15:18:04 -05:00
[**The Rust Reference**](reference.html)
2014-08-28 13:52:39 -05:00
[**The Standard Library API Reference**](std/index.html)
2015-09-06 07:25:01 -05:00
[**The Rustonomicon**](nomicon/index.html)
2015-09-06 07:25:01 -05:00
[**The Compiler Error Index**](error-index.html)