1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-15 22:00:26 +02:00
This commit is contained in:
Max Schumacher
2022-12-22 11:52:44 +01:00
committed by GitHub
parent 121a7d33f3
commit adc64c020b

View File

@ -2,7 +2,7 @@
The Rust ecosystem consists of a number of tools, of which the main ones are:
* `rustc`: the Rust compiler which turn `.rs` files into binaries and other
* `rustc`: the Rust compiler which turns `.rs` files into binaries and other
intermediate formats.
* `cargo`: the Rust dependency manager and build tool. Cargo knows how to