This repository is part of the Rust programming language course available at zerotomastery.io. This repository (along with the lecture slides for this course) is available as a zip package here.
To work on activities and demos, open up your editor/IDE to the activities
directory. The activities can can be ran by executing cargo run --bin a1
in your terminal, where a1
is the name of the activity file you are working on.
To work on projects, open up your editor/IDE to the specific project subdirectory in the projects
directory.
To view solutions, checkout the solutions
branch by running git checkout solutions
after cloning this repo. Solutions are included for all activities, demo files, and projects.