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.
We currently build and test all translations — resulting in some 32 GitHub workflows being executed per PR. This is often unnecessary when only the original English text changes. I'm...
We should look into adding [structured data](https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data) to the generated HTML. I imagine this could be metadata about each page: - title, though this is probably covered fine with the...
We currently use the default `mdbook` themes. I would love to see this customized slightly: perhaps something more in line with other large Google open source projects: - https://source.android.com/ -...
I'm creating this issue to coordinate additional work on the pt-BR translation. Continuation of #317
It has happened a few times that the official playground server is down or slow. When that happened, I've been redirecting the course to use a playground server running on...
> nit: "類似" is slightly werid since "編譯器擴充" isn't really a thing. But I'm not sure what'd be a better expression... 可想像成編譯器的擴充? :-/ _Originally posted by @victorhsieh in https://github.com/google/comprehensive-rust/pull/824#discussion_r1270810505_
Hello team, I am looking for an example where Rust + Android's FMQ is used. So far AIDL + Rust example was shown for IPC, it would be nice to...
We currently have speaker notes on 165 out of 265 pages. - We should aim to add speaker notes on all new pages - We should also add notes to...
This * Works with the GitHub permissions model (at least in local testing on another temporary repo) * Only comments when the timings actually change
This is a contribution of a break-continue section for Comprehensive Rust.  