I would say, it would be greate if we can run cargo doc --current_crate that can build documents for everything
- in my crate; or
- refered by an
extern crate statement within my lib.rs or main.rs file.
Because if I want to know about how to use things made by others, I first need to write an extern crate statement, right?
Also, have a way to coopporate with the rustup doc crates (alloc, core, proc_macro, std, test) would be greate. So I don’t have to run two seperate commands (cargo doc --open and rustup doc) to check things.