cargo-expand

Show what Rust code looks like with macros expanded

brewmacoslinux
Try with needOr install directly
Source

About

Show what Rust code looks like with macros expanded

Commands

cargo-expand

Examples

Expand macros in the current Rust project$ cargo expand
Expand macros for a specific module$ cargo expand module_name
Expand macros for a specific test$ cargo expand --test test_name