Rustc
Rustc handles Rust compilation rustc main.rs
Cargo
Cargo is Rust’s build system and package manager
Cargo commands
Create project
Build project
Build & run project
-
Backtrace
When you want to see an error backtrace set the
RUST_BACKTRACE
environment variable: