Home
List of lessons
[2024-10-03] Organizational lesson
[2024-10-03] Introduction to Rust
[2024-10-10] Ownership Model
[2024-10-17] Data Types
[2022-10-31] Feedback #1
[2024-10-24] Reasoning About Types
[2024-10-31] Closures and Iterators
[2024-11-07] Smart Pointers
[2022-11-21] Feedback #2
[2024-11-14] Fearless concurrency
[2024-11-21] Design patterns
[2024-11-28] Async: Part 1
[2022-12-29] Project feedback
[2024-12-05] Async: Part 2
[2024-12-12] Macros
[2024-12-19] Unsafe Rust
[2022-10-17] 2021L Project showcase
🔎
Macros
2024-12-12
(last edit: 2022-06-07)
Reading
The Book, Chapter 19.5
Little Book of Macros
Macro Workshop