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

This makes it easier to refer to a specific line of code while teaching or collaborating on a code snippet.

It assumes students are already familiar with Send and Sync at least, and is a more specialised topic so makes more sense to be later.

Added Bengali translation (bn.po) file First part of #653.

Please follow the [translation instructions](https://github.com/google/comprehensive-rust/blob/main/TRANSLATIONS.md).

translation

ja: tooling check (google#652)

The [Rust Book has been translated into Japanese](https://github.com/rust-lang-ja/book-ja). Let us see if we can reuse some of their terminology.

translation

Hey, amazingly written course! In section 25.8 (Important Traits / Closures ...), it is stated that: > move closures only implement FnOnce. That is not true. What move closures do...

The VMs on GitHub have updated APT caches.

When I tried to run the `cargo embed` command to flash the microbit:v2 controller, it failed with a permission error regarding device `/dev/hidraw0`. Unfortunately I do not have the exact...

deep_dives/bare_metal