Skip to the content.

Resources

Installing the toolchain

https://rustup.rs/

You should consider installing the Rust linter Clippy, and depending on your editor capabilities, RustFormat:

rustup component add clippy-preview
rustup component add rustfmt-preview

Offline books and docs

The Rust books, the full docs standard library as well as a few more reousrces are installed as part of the toolcahin. Once installed, run:

Note: All offline pages have a search function which works offline. Look for the search box or the 🔍 at the top of the pages.

Online docs

Other resources to learn

Discord servers

Lots of channels based on topics, including “beginners”:

Are we yet?

There are a few “areweXXXyet.org” sites which try to capture current most popular solutions available for a given problem. They are a good starting point if you want to explore a particular subject with Rust. They are also typically hosted on github and accepting Pull Requests.

There is a Mozilla wiki page which maintains a list of areweyet sites: https://wiki.mozilla.org/Areweyet