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

Inspired by #2571 and other similar changes I made myself, we need to come up with a proper system for maintaining our customizations to `theme/book.js`. That is, we need to...

bug
good first issue

The WebDriver has issues due to tabs crashing while checking slides for conformance with the style guide. It seems like this is failing mostly in (because of `with method "POST"...

We should have a playbook especially for how to deal with PR failures. Some of them like #2941 can break every workflow by failing the tests. Things that should be...

In Unsafe > Motivations > Data Structures, you say that graphs cannot be created in safe Rust. This is false - e.g. [`petgraph`](https://docs.rs/petgraph/) is a popular graph library and its...

my solution works on more complex Expressions and Operations than the old one

waiting for author

Content for the "Golden Rule" chapter of milestone 1.

waiting for author
deep_dives/idiomatic

Despite the !important in the .content details style, links were showing up in the link color and headers were showing up in the (main) foreground color, which in the Rust...

waiting for author

I'm looking at the course for the first time ever on a MacBook and noticed that our first example of Rust code looks bad: The `println!("Hello 🌍!");` line is shifted...