Y
Hacker News
new
|
ask
|
show
|
jobs
by
hollerith
361 days ago
>Rust has rustup.
Do you mean cargo?
2 comments
pdpi
361 days ago
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.
link
tough
361 days ago
Rustc is the compiler, rustup is the updater, cargo is the package manager.
link