Hacker News new | ask | show | jobs
by hollerith 361 days ago
>Rust has rustup.

Do you mean cargo?

2 comments

Cargo's the package manager and build tool, and doesn't really replace mise. Rustup, as the toolchain version manager, is the mise-equivalent for the Rust ecosystem.
Rustc is the compiler, rustup is the updater, cargo is the package manager.