Getting started with Rust(Installation)
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 ...
amschel.hashnode.dev7 min read