Skip to content
brson edited this page Sep 20, 2012 · 57 revisions

Here are the docs. The documents about Rust. Read the reference docs first, because those are likely to be correct, if incomplete. This wiki also has a number of useful articles of varying ages and accuracy.

The best source of up to date information is #rust on irc.mozilla.org. That is where most discussion about Rust takes place. A lot of decisions are made on rust-dev. New developments are often blogged in various places, which usually appear on r/rust.

Current reference docs (0.3)

Tutorial
Manual (PDF)
Core library
Standard library

In-development reference docs (git master)

Tutorial
Tutorial on borrowed pointers
Tutorial on macros
Tutorial on FFI
Manual (PDF)
Core library
Standard library

Other documentation

Releases - Links to current and old releases and documentation
Detailed release notes - Further explanation of language changes
Unit testing - Writing tests and running them with the built-in test driver
Using cargo - Managing and distributing Rust crates
Using rustdoc - How to extract Markdown and HTML documentation from code
Memory, modes, and mutation, a guide for the perplexed
Reading and writing files
Attributes - The role of metadata in Rust code, with descriptions of many applications

FAQs

Language FAQ
Project FAQ
Usage FAQ

Blogs

People sometimes write about Rust.

Niko, Patrick, Graydon, Brian, Tim, Ben, Eric Holk, Erick Tryzelaar, Zack

Interesting stuff usually appears on r/rust.

All Categories:

Clone this wiki locally