Neat cargo plugin I haven't seen before: https://crates.io/crates/cargo-expand `cargo expand` will expand macros so you can see the regular Rust code produced. For example, println!(); expands to this (even syntax highlighted!).