comprehensive-rust
comprehensive-rust copied to clipboard
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
Especially in the later bits of the course (day 4 afternoon), the text just can't teach these complex topics thoroughly. Let's add some links to blog posts, documentation pages, and...
### Problematic page: https://google.github.io/comprehensive-rust/concurrency/send-sync/examples.html ### Example of inaccuracy: `Arc` is in the `Send + Sync` section. However, a later page about `Arc` says that it's not true for all types:...
#262 #1463 *Stats* Before: 1297 translated messages, 383 fuzzy translations, 1780 untranslated messages. After: 1493 translated messages, 454 fuzzy translations, 1513 untranslated messages. **Note** You can ignore _fuzzy_ translations from...
#262 #1463 *Stats* Before: 1297 translated messages, 383 fuzzy translations, 1780 untranslated messages. After: 1497 translated messages, 430 fuzzy translations, 1533 untranslated messages.
#262 #1463 *Stats* Before: 1297 translated messages, 383 fuzzy translations, 1780 untranslated messages. After: 1532 translated messages, 428 fuzzy translations, 1500 untranslated messages.
#262 #1463 *Stats* Before: 1297 translated messages, 383 fuzzy translations, 1780 untranslated messages. After: 1420 translated messages, 474 fuzzy translations, 1566 untranslated messages.
#262 #1463 *Stats* Before: 1297 translated messages, 383 fuzzy translations, 1780 untranslated messages. After: 1492 translated messages, 516 fuzzy translations, 1452 untranslated messages.
#262 #1463 *Stats* Before: 1297 translated messages, 383 fuzzy translations, 1780 untranslated messages. After: 1426 translated messages, 496 fuzzy translations, 1538 untranslated messages.
From my notes: * "9.5. Type Aliases: The example shows how to declare, but on how it looks in practice is not clear enough (there is a use of one...
See #1565 for context. Also, put all text above the code sample!