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 recent #623 reminded me of something I've noticed regarding the exerciser tool, namely that I think we can improve it. Today, I think the workflow has some drawbacks: 1....
From https://github.com/google/comprehensive-rust/pull/496/#discussion_r1166652299
In the second item of `Details` in [variables.md](https://github.com/google/comprehensive-rust/blob/main/src/basic-syntax/variables.md), it says : > Note that since println! is a macro, x is not moved, even using the function like syntax of...
Fixes https://github.com/google/comprehensive-rust/issues/66
Fixes https://github.com/google/comprehensive-rust/issues/65
A question that often comes up in the bare metal course is how to handle interrupts. It would probably be worthwhile to add a few pages to the afternoon about...
I'm not sure if you're able to use the website style, or service name, after the new Rust trademark update...
We should setup testing on OS X as per https://github.com/google/comprehensive-rust/issues/570. We should first add a unit tests to the exercise and then enable builds on Mac OS.
I'm not exactly sure why they aren't decoded and considered equivalent, but the links were not working as-is for me in Chrome.