A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://rust-lang.github.io/rustup/concepts/profiles.html below:

Profiles - The rustup book

Profiles

rustup has the concept of “profiles”. They are groups of components you can choose to download while installing a new Rust toolchain. The profiles available at this time are minimal, default, and complete:

To change the profile rustup install uses by default, you can use the rustup set profile command. For example, to select the minimal profile you can use:

rustup set profile minimal

You can also directly select the profile used when installing a toolchain with:

rustup install --profile <name>

It’s also possible to choose the default profile when installing rustup for the first time, either interactively by choosing the “Customize installation” option or programmatically by passing the --profile=<name> flag. Profiles will only affect newly installed toolchains: as usual it will be possible to install individual components later with: rustup component add.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4