src/chromium/adding-third-party-crates.md
Rust libraries are called "crates" and are found at crates.io. It's very easy for Rust crates to depend upon one another. So they do!
| Property | C++ library | Rust crate |
|---|---|---|
| Build system | Lots | Consistent: Cargo.toml |
| Typical library size | Large-ish | Small |
| Transitive dependencies | Few | Lots |
For a Chromium engineer, this has pros and cons:
We'll discuss:
gn build rules for it