Y
Hacker News
new
|
ask
|
show
|
jobs
by
ucarion
2587 days ago
Yup, that works! It also downloads docs so you can `cargo doc` and then you can peruse the generated docs for all of your dependencies.
1 comments
steveklabnik
2585 days ago
To be clear, it downloads the source code, and then “cargo doc” builds them from the source.
link