-
Notifications
You must be signed in to change notification settings - Fork 2.6k
readme: add link to the cargo documentation on docs.rs #5031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
r? @matklad (rust_highfive has picked a reviewer for you, use r? to override) |
Hm, what about moving it to |
Hmm, good point. Also I have to admit that when searching for the code docs, I did not even consider looking into |
Hm, I have no particularly strong feeling either way here, so let's :) |
Perhaps this could be placed under "Code status" and hopefully that'll scope it well enough? |
656f733
to
ddffe60
Compare
Sounds good, updated. |
@bors: r+ |
📌 Commit ddffe60 has been approved by |
readme: add link to the cargo documentation on docs.rs [Rendered](https://github.com/matthiaskrgr/cargo/blob/readme_docs/README.md) Background: I was searching for cargo source code doc a while back, found the cargo book and crates.io doc relatively quickly but not the actual source code doc which I only found (after way to much time had passed) when I looked up the cargo crate on crates.io and found the "Documentation" link :/ Hope this improves the situation a bit in the future.
☀️ Test successful - status-appveyor, status-travis |
Rendered
Background: I was searching for cargo source code doc a while back, found the cargo book and crates.io doc relatively quickly but not the actual source code doc which I only found (after way to much time had passed) when I looked up the cargo crate on crates.io and found the "Documentation" link :/
Hope this improves the situation a bit in the future.