Skip to content
Alex Crichton edited this page Jul 2, 2014 · 197 revisions

Rust's primary documentation, including the tutorial, guides and manual, are on the Rust website. The wiki is mostly used for in-progress documentation or somewhat random pieces of advice/hints, as well as fast-evolving community maintained lists.

  • Master - documentation for the 'master' branch of the git repository.
  • Release 0.11.0 - documentation for the latest release.

Additional supplementary documentation is maintained here on the wiki.

Tutorials/intros

Rust for C++ programmers - A cheat sheet
Rust for Rubyists - Excellent introduction to Rust
Rust by Example - Comprehensive examples
Teaching Rust
More examples - Where to look for examples of Rust
Rusticon - A glossary of terms commonly used in Rust and Rust tools.

Other documentation

Releases - Links to current and old releases and documentation
Detailed release notes - Further explanation of language changes
Community libraries - A curated list of external libraries for Rust
The Periodic Table of Rust Types
Computer Graphics and Game Development - Libraries and example projects
UVA Rust tutorial

Tools

Packages, editors, and other tools
Continuous integration - Test your GitHub-hosted packages with Travis CI

Platforms

getting Rust working on other platforms

Building for Android
Building for iOS

Guides in other languages

Présentation du langage Rust - Detailed documentation in French, with examples

Community

Blogs

People sometimes write about Rust. Interesting stuff usually appears on r/rust.

Some Rust classics:

Presentations

All Categories:

Clone this wiki locally