|
|
|
|
|
by bsaul
396 days ago
|
|
i indeed got the feeling that rust style favors macros over complex function signatures. I'm still unsure if it's a good thing in general, because as a general rule meta programming is always harder to debug. But for simple macros it seems like a nice trick. |
|