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.
This will fix the [missing link](https://google.github.io/comprehensive-rust/ko/running-the-course/translations.html): 
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...
Some translations have been corrected and more added.
will need fine-tuning!
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.