Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 858 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 858 Bytes

About

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.

Activities

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.

Projects

To work on projects, open up your editor/IDE to the specific project subdirectory in the projects directory.

Solutions

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.