A tool and library to extract source files used to compile a Rust crate.
srcfiles path/to/root.rs
Prints best-effort representation of all .rs and include! files used to compile a crate (currently only with debug output)
See https://docs.rs/srcfiles for details.