Rust bootcamp Day 1 What is rust Benefits of rust Rust ecosystem Rust playground Hello World Running locally Day 2 Comments Variables & Mutability Datatypes Functions Control flow Exercise Day 3 Slice type Stack & Heap Ownership References & Borrowing Day 4 Enum Struct Day 5 Packages & Crates Day 6 Collections Day 7 Traits Commandline Tests