According to this merged pull request into Rust it should support macros. It seems that it does support it, up to some extend however, specifically when needing list of expressions is where it fails. I wanted to know if I'm doing something wrong, if there is a better alternative. For my example, I'm trying to define a macro that defines the function and creates a same name macro evoking it (Note this is made for demonstration):
Ok thanks a lot I guess I will have to use smth like that. Essentially, I wanted to proof a point that you can very easily do default parameters values (as in C++) in Rust via a macro.