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.
For reference, there is a Russian translation of the Rust Book: https://github.com/rust-lang-ru/book. Say hello below and assign yourself one or more files via [this spreadsheet](https://docs.google.com/spreadsheets/d/1T9l_Gd4O7qe3rA5EnK4Rk-7pRO4TutukCuJdakUHDss/edit?usp=sharing).
This exercise is about making the unit tests pass, so we can remove the `main()` function, which is empty and unused. Otherwise the Rust playground complains about dead code.
One caveat: the exercise required changing `len(self)` to `len(&self)` and I'm not sure how best to encode that with the anchors.
Hello there. I am an Uzbek localization developer. I was interested in this project and wanted to contribute. I wanted to see the project in Uzbek. Let's add the Uzbek...
By default, the rust-cache action will derive a cache key from the GitHub action job. That is, our `translations` job uses a different cache from our `i18n-helpers` job. This is...