Understanding Rust macros

1 · Abin Simon · Feb. 17, 2019, midnight
Yo, I have been working on Rust for some time now. It is a great language and a refreshment coming from a primarily Python and Javascript background. I feel like the compiler has got my back even though it yells at me a lot. I feel like I could refactor something and if the compiler does not complain, nothing will break. But that said, coming from a background of mostly just dynamic languages I had to learn a lot of new stuff. One of those is macros. They are a really powerful tool once you get...