Day 2: Morning Exercises

⚠️ Before starting with the exercises: Run the command git pull in the directory collective-rustlings to get the updated exercises for this day!

In case you didn’t finish yesterday’s exercises, you will not be able to do today’s exercises with rustlings watch. In that case, you have to use the command rustlings run EXERCISE_NAME where the exercise name is one of those listed below. To get a hint for that exercise, you can run the command rustlings hint EXERCISE_NAME.

You should do the following Rustlings:

  • structs1
  • structs2
  • structs3
  • enums1
  • enums2
  • enums3
  • generics1
  • generics2
  • traits1
  • traits2
  • traits3
  • traits4
  • traits5