Skip to content

Commit 40486ce

Browse files
committed
Auto merge of #5031 - matthiaskrgr:readme_docs, r=alexcrichton
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.
2 parents cb30fba + ddffe60 commit 40486ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Learn more at https://doc.rust-lang.org/cargo/
99
[![Build Status](https://travis-ci.org/rust-lang/cargo.svg?branch=master)](https://travis-ci.org/rust-lang/cargo)
1010
[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-lang/cargo?branch=master&svg=true)](https://ci.appveyor.com/project/rust-lang-libs/cargo)
1111

12+
Code documentation: https://docs.rs/cargo/
13+
1214
## Installing Cargo
1315

1416
Cargo is distributed by default with Rust, so if you've got `rustc` installed

0 commit comments

Comments
 (0)