This is a beginner's rust project to complement Rust programing for beginners series on Medium. This serie consists of three stories so far:
In this story, I introduced basic concepts in Rust programming including:
- Data types
- Enums
- Struct
In this story, I explain three fundamental points of Enums:
- Option Enums
- Additional data in Enums
- Result Enums
In this tutorial, I introduced some more advanced concepts including,
- Closures
- Iterators
- Traits
- Modules