Programming
Lets refactor a simple procedural macro in Rust
I know how to write macro, what it’s useful for, but can’t seem to define it well when people ask me. Rust book defines it as a way of writing code that writes other code, known as metaprogramming. In Java Read more…