macros_rule!
Details
This month's speaker: Russell Cousineau (@rcousineau on GitLab)
Learn about Rust macros by example. We'll learn what kinds of macros exist in Rust and how they work. Then we'll build a really simple declarative macro, followed by a really simple procedural macro. To wrap up, we'll dissect some macros in the wild!