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.
The health-statistics exercise isn't really about borrowing. Let's find something better, such as something that re-borrows fields in a struct. Maybe tree traversal?
* Associated Types * Trait Parameters * Trait "inheritance"
* Organize similar to Fundamentals: shorter segments each ending with an exercise * Put the entire course under `src/concurrency` (it's currently under `src/{concurrency,async}`) * Move exercises into the source directories...
Worth keeping android/interoperability/cpp.html and chromium/interoperability-with-cpp.html in sync?
Android-specific and Chromium-specific parts of the course both talk about using https://cxx.rs for C++/Rust interop. Is it worth it to somehow unify some of the content? In particular, both introductory...
After #571 and #917 (thanks @eepeep and @djmitche!), it's becoming clear to me that we should check for broken links in our CI pipeline. The check should catch both 404...
The Korean translation has fallen behind and needs to be refreshed. This is a continuation of #262.
Supports `mdbook build` and `mdbook serve`. I'd recommend waiting a bit before submitting and let translators try it by manually patching this PR. It uses https://github.com/google/mdbook-i18n-helpers/pull/84