Week 1 - Rust Meta programming | Notion
Pre-requisites
What we’re learning - Traits and Macros
Traits
Macros
Types of Macros
Declerative Macros
Custom Derive macros
attribute-like macros
Function like macros
Creating our own custom derive macro - Part 1
Creating your own Custom derive macro - Part 2
Assignment