Open
Description
Describe the problem you are trying to solve
I have a workspace with a list of crates. cargo doc
does not generate a target/doc/index.html
, and cargo doc --open
just opens the crate of the workspace.
Describe the solution you'd like
Ideally, cargo doc
would also generate a target/doc/index.html
that contains eg. an index of all the crates that are (directly) in the workspace. This would make everything more discoverable, and would allow to just point to [built-docs]/index.html
without having to write one by hand that wouldn't have the expected look-and-feel :)