1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-05 01:55:31 +02:00

Add speaker notes for cargo comparison. (#1498)

Co-authored-by: Martin Geisler <martin@geisler.net>
This commit is contained in:
Adrian Taylor 2023-11-28 20:36:24 +00:00 committed by GitHub
parent d2aab63d15
commit 1feda6f267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.