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

This PR is intended as the start of a discussion -- I'm not entirely sure it's an improvement as-is. I came up with the solution below for the Day 2...

Hello, I am interested into performing binder IPC using Rust (of course with AIDL as backend). The relevant section of the course introduces to only basic service and client creation....

Like mentioned in #827 the PR currently lacks formatting and therefore is huge. Once I have information on how to solve this, I will request review. I would also appreciate...

We currently have both - `https://google.github.io/comprehensive-rust/` (there must be an `index.html` page here) - `https://google.github.io/comprehensive-rust/welcome.html` online. The latter is mostly seen when you navigate forward and then back to the...

bug
good first issue

private -> 私有 is from https://rust-lang.tw/book-tw/ch07-02-defining-modules-to-control-scope-and-privacy.html#:~:text=Asparagus%20%E4%BE%86%E6%89%BE%E5%88%B0%E3%80%82-,%E7%A7%81%E6%9C%89,-vs%20%E5%85%AC%E9%96%8B%EF%BC%9A%E6%A8%A1%E7%B5%84

translation
translation/zh-TW

This PR switches all macOS code to use the modern (introduced in macOS 10.5) ABI. I think this is a better approach than forking on the macOS platform because 1....

So far this PR makes two broad improvements to the Android course materials: * It fleshes out the existing course materials by adding more speaker notes and showing more of...