Skip to content

Latest commit

 

History

History
97 lines (77 loc) · 5.93 KB

Docs.md

File metadata and controls

97 lines (77 loc) · 5.93 KB

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.

Additional supplementary documentation is maintained here on the wiki.

Tutorials/intros

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

Other documentation

[[Releases|Doc releases]] - Links to current and old releases and documentation
[[Detailed release notes|Doc 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|Doc packages, editors, and other tools]]
[[Continuous integration|Doc continuous integration]] - Test your GitHub-hosted packages with Travis CI

Platforms

getting Rust working on other platforms

[[Building for Android|Doc building for Android]]
[[Building for iOS|Doc building for iOS]]
Cross-build for ARM Cortex M3/M4 - Zinc bare metal stack

Guides in other languages

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

Community

Presentations

There is a steady stream of broadcast presentations on Air Mozilla.

Here are some collected presentations for other locations: