We have created some exercises for you to give you an introduction to Rust.
These are in the bootcamp repo.
You can either clone this locally or set up a workspace in gitpod.io
#install Rust
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
#update Rust
rustup update
cargo install --force --path .
In the rust directory run
zustlings homework n
Where n is the number of the homework you are doing, e.g.
zustlings homework 4