-
Notifications
You must be signed in to change notification settings - Fork 0
Rust
Danil Silantyev edited this page Feb 25, 2026
·
2 revisions
Module: scripts/bootstrap/modules/technologies/rust.sh
- Installs
rustupfrom Homebrew when available - Fallback installer: official
rustup.rsscript - Sets stable toolchain as default
rustccargoclippyrustfmt
cargo-auditcargo-deny-
cargo-edit(cargo-add,cargo-rm,cargo-set-version,cargo-upgrade) cargo-generatecargo-outdatedcargo-watch
rustup show
rustc --version
cargo --version
cargo-audit --version
cargo-deny --version
cargo-add --version
cargo-generate --version
cargo-outdated --version
cargo-watch --version