rustup-help
Display help on rustup and its subcommands.
rustup
rustup-doc
Open the offline Rust documentation for the current toolchain.There are a lot more documentation pages not mentioned here. See rustup help doc for more information.
rustup help doc
rustup-default
Set the default Rust toolchain.
rustup-component
Modify a toolchain's installed components.Without the --toolchain option rustup will use the default toolchain. See rustup help toolchain for more information about toolchains.
--toolchain
rustup help toolchain
rustup-completions
Generate shell completions for rustup and cargo.
cargo
rustup-check
Check for updates to Rust toolchains and rustup.
rustscan
Fast Port Scanner written in Rust with nmap built in.
nmap
rustic
Create fast, encrypted, deduplicated backups powered by Rust.
rustfmt
Format Rust source code.
rustdoc
Generate documentation for a Rust crate.
rustc
The Rust compiler.Rust projects usually use cargo instead of invoking rustc directly.
runsvdir
Run an entire directory of services.
runsvchdir
Change the directory runsvdir uses by default.
runsv
Start and manage a runit service.
runit
3-stage init system.
ruff
An extremely fast Python linter and code formatter, written in Rust.
ruff-format
An extremely fast Python code formatter.If no files or directories are specified, the current working directory is used by default.
ruff-check
An extremely fast Python linter. check is the default command - it can be omitted everywhere.If no files or directories are specified, the current working directory is used by default.
check
ruby
Ruby programming language interpreter.See also: gem, bundler, rake, irb.
gem
bundler
rake
irb
rubocop
Lint Ruby files.