The Basics: Rust
Ferris, the Rust mascot
Setup
- Follow the Rust language's Getting Started guide
- this will help you install Rust via
rustup
, familiarize you with the Rust package/project management tool (Cargo) and more.
- this will help you install Rust via