-
Notifications
You must be signed in to change notification settings - Fork 0
Docs
This page collects most of the available information about Rust.
The reference docs are the most reliable source of information, because those are likely to be correct, if incomplete. This wiki also has a number of useful articles of varying ages and accuracy.
For the most up to date information, the best source is often to ask on IRC in #rust on irc.mozilla.org, as that is where most discussion about Rust takes place. A lot of decisions are made on the mailing list rust-dev, and new developments are often blogged in various places, which usually appear on Reddit's r/rust. Some people find the minutes from the weekly planning meetings useful for keeping informed.
Tutorial
Manual (PDF)
Core library
Standard library
Tutorial
Manual (PDF)
Core library
Standard library
Language FAQ
Project FAQ
Usage FAQ
Releases - Links to current and old releases and documentation
Detailed release notes - Further explanation of language changes
Rust for C++ programmers - A cheat sheet
Unit testing - Writing tests and running them with the built-in test driver
Using rustpkg - Managing packages
Using rustdoc - How to extract Markdown and HTML documentation from code
Reading and writing files
Attributes - The role of metadata in Rust code, with descriptions of many applications
Packages, editors, and other tools
Packaging Terminology
Building for Android
People sometimes write about Rust. Interesting stuff usually appears on r/rust.
Some Rust classics: