Indent/pretty print compilation steps as per dependency graph?

Do you really need it while building? If not, you can get the dependency tree before building from GitHub - sfackler/cargo-tree

Or after building, how about a filterable SVG of what was built when?

1 Like