comprehensive-rust icon indicating copy to clipboard operation
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.

Results 608 comprehensive-rust issues
Sort by recently updated
recently updated
newest added

`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 ![Screenshot 2023-05-30 at 20 27 23](https://github.com/google/comprehensive-rust/assets/132030351/84d9c7e5-7195-4384-96af-4539fc9ef742) - same behavior as above observed in prod...

![image](https://github.com/google/comprehensive-rust/assets/32547268/742fb3e0-d6d0-4274-bffc-35d41f1a1226) 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...