1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-16 22:27:34 +02:00

Merge pull request #4 from andrewpollack/patch-2

Suggestion: link to Cargo book on introduction
This commit is contained in:
Martin Geisler
2022-12-21 19:03:43 +01:00
committed by GitHub

View File

@ -1,6 +1,6 @@
# Using Cargo # Using Cargo
When you start reading about Rust, you will soon meet Cargo, the standard tool When you start reading about Rust, you will soon meet [Cargo](https://doc.rust-lang.org/cargo/), the standard tool
used in the Rust ecosystem to build and run Rust applications. Here we want to used in the Rust ecosystem to build and run Rust applications. Here we want to
give a brief overview of what Cargo is and how it fits into the wider ecosystem give a brief overview of what Cargo is and how it fits into the wider ecosystem
and how it fits into this training. and how it fits into this training.