Rust Techtonic Session

This repo contains reference code for the techtonic session "Introduction to Rust" given in Pramati

Below is the mapping(in order) for the weird module names and the topics which they cover:

ID File Module
1 lesson_1.rs Primitive Datatypes
2 lesson_2.rs Strings, Tuples & Arrays
3 lesson_3.rs Control Flow, Conditionals & Pattern Matching
4 lesson_4.rs Ownership & Borrowing
5 lesson_5.rs Structs, Traits & Generics
6 lesson_6.rs Enums, Option & Result
7 lesson_7.rs Modules
8 lesson_8.rs Closures & Iterators
9 lesson_9.rs Collections