Macros in Rust - A Deep Dive
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...
garvitdadheech.hashnode.dev16 min read