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.
`AsyncBufReadExt::read_line()` isn't cancellation safe. In practice, this doesn't matter much because we expect the client to be run from a terminal, which buffers by lines anyway. Since using the cancellation-safe...
This resulted in some rewrapped strings due to how `msgmerge` wraps the strings compared to how `mdbook-xgettext` extracts them. I also translated a few strings.
Part of https://github.com/google/comprehensive-rust/issues/324.
Part of https://github.com/google/comprehensive-rust/issues/324.
This adds a couple bits about cancellation in the context of async Rust: * a speaker note on the `select!` slide * a separate slide (in "Pitfalls") about cancellation I...
- `mdbook serve` does NOT reflect translations in the following areas in both localhost and prod  - same behavior as above observed in prod...
 Just started this course, error showing when running comprehensive rust in local environment. Code snippets appear for a fraction of second and then disappear with this error in console.
Mainly course infrastructure Translated "Deep Dive" to 〇〇「編」 For #652.
These translations all have more than 200 translated messages and they’ve been updated in the last month. I suggest we update the list here every few weeks based on input...