Setup Install Rust compiler rustup default stable rustup component add rustfmt --toolchain nightly (we format with cargo +nightly fmt) cargo check