logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Rustup Settings - Control Rust Installations | Online Free DevTools by Hexmos

Control rustup settings easily with Rustup-Set. Manage host triples, profiles, and auto-updates for Rust installations. Free online tool, no registration required.

rustup-set

Alter rustup settings. More information: https://rust-lang.github.io/rustup.

  • Set the default host triple:

rustup set default-host {{host_triple}}

  • Set the default profile (minimal includes only rustc, rust-std and cargo, whereas default adds rust-docs, rustfmt and clippy):

rustup set profile {{minimal|default}}

  • Set whether rustup should update itself when running rustup update:

rustup set auto-self-update {{enable|disable|check-only}}

See Also