commands.sh

rustup run

all

Run a command with an environment configured for a Rust toolchain. Note: All commands managed by `rustup` have a shorthand for this: for example, `cargo +nightly build` is equivalent to `rustup run nightly cargo build`.

More info →

Examples (1)

Run a command using a given Rust toolchain (see `rustup help toolchain` for more information)

made by @shridhargupta | data from tldr-pages