Installs the Rust toolchain globally using rustup. Supports toolchain selection, component install, and validation.
toolchain: Rust toolchain to install (e.g. stable, nightly, 1.77.2). Default:stablecomponents: Space-separated list of rustup components to install. Default:clippy rustfmt
Add this feature to your devcontainer.json to install the Rust toolchain globally.