mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-05 18:15:49 +02:00
Add speaker notes for cargo comparison. (#1498)
Co-authored-by: Martin Geisler <martin@geisler.net>
This commit is contained in:
parent
d2aab63d15
commit
1feda6f267
@ -36,6 +36,12 @@ and come to a group agreement about what's an acceptable level of risk.
|
||||
|
||||
<details>
|
||||
|
||||
Talk about the cultural differences between the `cargo` world and the Chromium
|
||||
world: for instance, that code reuse is cheap in `cargo` and that it's
|
||||
encouraged to use (and create) lots of small single-purpose crates, which is
|
||||
difficult in Chromium (for good reasons). The net effect is that `cargo`
|
||||
ecosystem development feels more agile.
|
||||
|
||||
Explain that it might seem strange to write tools in Rust, but this is
|
||||
increasingly popular across the industry --- Rust tools are quicker and work
|
||||
more reliably.
|
||||
|
Loading…
x
Reference in New Issue
Block a user