Small hands-on Rust Workshop for total beginners. Code to this workshop:
- Part 1 of the workshop
- Part 2 of the workshop: This project here
- Part 3 of the workshop
The 2ncd part of the workshop will cover some basics of Rust, that get you going. After this, you are able to write your first small Rust programs.
You are going to fill the code, where we left you with todo!() macros.
Pass the tests (execute cargo test), by adding the missing code.