Getting started with Rust on MacOS
3. June 2019
0
If you use home-brew on your Mac, getting started with Rust is fairly easy.
brew install rustup rustup-init
Updating rust can be done with:
rustup update