Home
List of lessons
[2025-10-02] Organizational lesson
[2024-10-02] Introduction to Rust
[2029-01-01] Ownership Model
[2029-01-01] Data Types
[2022-10-31] Feedback #1
[2029-01-01] Reasoning About Types
[2029-01-01] Closures and Iterators
[2029-01-01] Smart Pointers
[2029-01-01] Feedback #2
[2029-01-01] Fearless concurrency
[2029-01-01] Design patterns
[2029-01-01] Async: Part 1
[2029-01-01] Project feedback
[2029-01-01] Async: Part 2
[2029-01-01] Macros
[2029-01-01] Unsafe Rust
[2022-10-17] 2021L Project showcase
🔎
Macros
2029-01-01
(last edit: 2029-01-01)
Reading
The Book, Chapter 19.5
Little Book of Macros
Macro Workshop