File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Comparing Chromium and Cargo Ecosystems
22
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 ] .
44Chromium is built using ` gn ` and ` ninja ` and a curated set of dependencies.
55
66When writing code in Rust, your choices are:
@@ -78,7 +78,7 @@ may offer an advantage"):
7878 when building and bootstrapping Rust standard library when building Rust
7979 toolchain.
8080 - ` 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 `
8282 asks ` cargo ` that only ` --locked ` content is allowed via ` Cargo.lock ` .)
8383
8484Students may identify the following items as being implicitly or explicitly
You can’t perform that action at this time.
0 commit comments