The rust modules going to be covered in the cohart
-File System
-Cargo cli
-Library and Binary
-Data Types
-Variables
-Function
-macro's
-comments
-Control Flow
-Arithmetic
-Pointer Types
->References
->Boxes
->Raw Pointers
-String Types
->String Literals
->String
->String's and Memory
-Operators
-Enums
-Structs
-Tuples
-Implementing Functionality
-Arrays
-Vectors
-HashMap
-Loops
-iterators
-Ranges
-Scopes and Privacy
-Separating packages
-use keyword
-Readers
-Buffered Readers
-Reading Lines
-Writers
-Reading files
-Advance Match
-Result
-Option
-From and Into
-TryFrom and TryInto
-Capturing and Move Closures
-Combinators
-Map with Closures
-Chaining of map
-Option Combinators
-Generic Structs
-Generic Enums
-Generic Function's
-Generic Traits
-Trait bounds
-Explicit Annotations
-Lifetimes with types, functions and traits
-Box
-RC
-RefCell