What problem does it solve?
This Skill simplifies the management of Rust toolchains, enabling users to install, update, configure, and switch between multiple toolchains effortlessly.
Core Features & Use Cases
- Toolchain Management: Install, update, uninstall, and switch between various Rust toolchains.
- Component Configuration: Customize toolchains by adding or removing components like the compiler, package manager, and documentation.
- Profile Selection: Choose the default installation profile to control the components added to new toolchains.
- Environment Variables: Manage environment variables for toolchain resolution and configuration.
- Quick Start: Use the 'rustup' skill to install the stable toolchain and add the 'rust-src' component for source code access.
Quick Start
Use the 'rustup' skill to install the stable Rust toolchain and set it as the default. Then, add the 'rust-src' component for source code access.