comprehensive-rust icon indicating copy to clipboard operation
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.

Results 608 comprehensive-rust issues
Sort by recently updated
recently updated
newest added

Made it easier to read and also got rid of unwrap

waiting for author

Once a new version of Pandoc is released that includes https://github.com/jgm/pandoc/pull/9204 and https://github.com/jgm/pandoc/pull/9353 (both merged), this will fix the emoji and symbol rendering issues in #1708. It doesn't seem to...

Having taught Rust multiple classes plus advising substantial number of projects, I noticed many, especially C++ developers undervalue the importance of `cargo fmt`, compiler warnings, and clippy warnings. I think...

The `mdbook-pandoc` extension is always available when building the book in CI, so we can remove the conditional. From a discussion in #1704.

With #1572 merged, we now publish [`comprehensive-rust.pdf`](https://google.github.io/comprehensive-rust/comprehensive-rust.pdf). Emojis are not rendered correctly right now: ![image](https://github.com/google/comprehensive-rust/assets/89623/a9e9b61b-3861-4f1e-bf00-75df632ff00e) This also results in huge logs being produced when running `mdbook build`, as can be...

bug
good first issue
help wanted

The Android [Build Rules](https://google.github.io/comprehensive-rust/android/build-rules.html) chapter has a table with text which should wrap. The [PDFs](https://google.github.io/comprehensive-rust/comprehensive-rust.pdf) currently don't wrap the lines: ![image](https://github.com/google/comprehensive-rust/assets/89623/ce0425f0-5a89-44b1-ab87-d8e2e0421e64) I like the LaTeX environment used for the table...

bug
good first issue

After talking in #1441 , I worked a little bit on it and maybe we need to restructure our Speaker (Teacher) and Student view. With consideration that there are several...

enhancement
help wanted

As pointed out in https://github.com/google/comprehensive-rust/pull/1288#issuecomment-1743131185, we're giving mixed signals about how the exercises should be solved: in the Rust Playground or locally with Cargo? This is mostly a remnant of...

enhancement
good first issue
help wanted

Today, the embedded Playgrounds are reset when you navigate between slides. This has caused problems: if people navigate away from a slide to look something up, they've suddenly lost their...

enhancement
good first issue