rust/doc/index.md

9.8 KiB

% Rust documentation

Reference docs

Current (0.9)

In-development (git master)

FAQs

Community

Note that to guard against botnet attacks we occasionally turn on moderation, disallowing unregistered users from joining or talking. You may need to register your nickname. Sorry for the inconvenience.*

Specialized documentation

Releases - Links to current and old releases and documentation
Detailed release notes - Further explanation of language changes
Rust for C++ programmers - A cheat sheet
Rusticon - A glossary of terms commonly used in Rust and Rust tools.
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
Package documentation - Documentation for rust packages
Continuous integration - Test your GitHub-hosted packages with Travis CI
Reading and writing files Attributes - The role of metadata in Rust code, with descriptions of many applications
Packages, editors, and other tools
Packaging Terminology Crate Hashes - How Rust generates crate filenames, versions symbols, and why
Computer Graphics and Game Development - Libraries and example projects
Présentation du langage Rust - Detailed documentation in French, with examples
Building for Android
Building for iOS

Some Rust classics:

Presentations