Explore the arcane world of Rust macros in this illuminating conference talk from RustFest Zürich 2017. Delve into the power of code reuse and learn how to overcome limitations of generics through macro dark arts. Discover the intricacies of macro hygiene, repetition, and importing techniques. Master the art of macro matching and wrapping as you unravel eldritch incantations to enhance your Rust programming skills. Join Geoffroy Couprie, a security and quality assurance expert from Clever Cloud, as he guides you through this mystical journey, sharing insights on parser security, cryptography, and protocol design. Gain a comprehensive understanding of macro passers and emerge with newfound knowledge to face the terrors of complex code structures.
Overview
Syllabus
Introduction
Why use macros
Hygiene
Repetition
Importing macros
Macro match
Macro wrap
Macros
Macro passers
Conclusion
Taught by
Rust