Macros in Rust - A Deep Dive
Jul 16, 2025 · 16 min read · super casual read. just enough to build real mental models. we are not doing procedural macros here (derive / attribute / function style). that will be a separate blog. here we focus on declarative macros (macro_rules!). why care? if you've ever wri...
Join discussion



