rust-unofficial / rust-practise-questions

A book 📖 of questions for practise in Rust, learn Rust the hard way

Home Page:https://rust-unofficial.github.io/rust-practise-questions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more Questions

sn99 opened this issue · comments

commented

Add 10 questions in each chapter:

  • Chapter 1 - Basics
  • Chapter 2 - Expressions
  • Chapter 3 - Structs
  • Chapter 4 - Enum & Patterns
  • Chapter 5 - Traits & Generics
  • Chapter 6 - Operator Overloading & Utilty traits
  • Chapter 7 - Closures & Iterators
  • Chapter 8 - Collections
  • Chapter 9 - Input & Output
  • Chapter 10 - Macros