Y
Hacker News
new
|
ask
|
show
|
jobs
by
kimundi
1617 days ago
Yes, the macros parse the string at compiletime and generate code that does the formatting as given by them. Here is an example for how the code would look like expanded:
https://play.rust-lang.org/?version=stable&mode=debug&editio...