Concept Flow - Rust toolchain overview
Install Rustup
Rustup manages toolchains
Rustc (compiler)
Standard Library & Tools
Run, Build, Test, Format, Lint
This flow shows how Rustup installs and manages Rust toolchains, which include the compiler (rustc), Cargo for building and packaging, and other tools for running, testing, and formatting code.