Rust

Rust is a programming language that aims to be both fast and safe.

Getting started

Use the rustup tool to install and manage Rust versions.

Follow the instructions on rustup.rs to install the rustup tool. Then run rustup update to install Rust and set up your environment, including adding a line to ~/.profile to update $PATH.

Run rustup doc to read local documentation in your browser.

Learning