Getting started with Rust(Installation)
Aug 28, 2023 · 7 min read · A command line tool called rustup is used to install the rust compiler and associated tools on your system. Tools installed by rustup command line tool are installed on the Cargo/bin directory rustc is the Rust compiler. It's the software that takes ...
Join discussion



