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 will fix the [missing link](https://google.github.io/comprehensive-rust/ko/running-the-course/translations.html): ![image](https://github.com/google/comprehensive-rust/assets/89623/c18da01b-40de-4a75-98dd-ed6a466ca4fb)

This commit updates the example code to make NotEqual a super trait for Equals. The example code implements "trait NotEqual: Equals", which makes Equals a super trait for NotEqual.

Hi @mbpouri, here is an issue for you! I don't see any translation on https://doc.rust-lang.org/book/appendix-06-translation.html, but perhaps there is a Persian Rust community somewhere where you can find translations of...

translation

Some translations have been corrected and more added.

The question "What happens if you modify `a[3]`?", aims to teach the reader that we cannot mutate the array after creating a slice. However, the array is immutable regardless. Running...

Discuss a Chinese (Traditional) translation (`zh-TW`) of the course. For reference, here is a translation of the Rust Book: https://github.com/rust-tw/book-tw. For the Chinese (Simplified) translation, please see #324.

translation