Stage 2.11: Summary
In this stage you learned how to install Rust locally. You learned about the Rust tools rustup and cargo
Now you know how to manage dependencies with cargo and extend it with cargo subcommands.
You also learned how to setup Visual Studio Code and you wrote your first Rust programs.
Next up we'll be looking at some old friends: if
tests and for
loops.