Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 795 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 795 Bytes

Rust programing for beginners

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

3: Rust programing for beginners [part 2]

In this tutorial, I introduced some more advanced concepts including,

  • Closures
  • Iterators
  • Traits
  • Modules