Installing Rust locally

Learn how to install Rust locally to solve Exercism's exercises on your own machine


To get the recommended installation instructions for your platform, head over to the official Rust website.

Having the toolchain installed is not everything! IDE support is a huge productivity boost that most developers have come to expect. If you are using Visual Studio Code, check out its documentation for Rust support. We also recommend you whole-heartedly to enable linting with clippy!