File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Comparing Chromium and Cargo Ecosystems
2
2
3
- Rust community typically uses ` cargo ` and libraries from [ crates.io] [ 2 ] .
3
+ The Rust community typically uses ` cargo ` and libraries from [ crates.io] [ 2 ] .
4
4
Chromium is built using ` gn ` and ` ninja ` and a curated set of dependencies.
5
5
6
6
When writing code in Rust, your choices are:
@@ -78,7 +78,7 @@ may offer an advantage"):
78
78
when building and bootstrapping Rust standard library when building Rust
79
79
toolchain.
80
80
- ` run_gnrt.py ` uses Chromium's copy of ` cargo ` and ` rustc ` . ` gnrt ` depends
81
- on third-party libraries downloaded from the internet, by ` run_gnrt.py `
81
+ on third-party libraries downloaded from the internet, but ` run_gnrt.py `
82
82
asks ` cargo ` that only ` --locked ` content is allowed via ` Cargo.lock ` .)
83
83
84
84
Students may identify the following items as being implicitly or explicitly
You can’t perform that action at this time.
0 commit comments