I'm thinking I should really use rustdoc more (I hear Jon Gjengset talking about how great the search is). Okay, so I do cargo doc --open
and I can browse and search my code, and all the crates I use. Cool!
Except not std
.
Is there a way to say something like cargo doc --withstd
?
Thanks,
-kb