cargo-expand
cargo-expand copied to clipboard
Flag to preserve macro_rules in the output
Currently macro_rules definitions are not visible in the expanded code. Sometimes it can be useful to see them, such as when you have a procedural macro whose job is to emit a macro_rules macro.