README: This repository has the source code for Comprehensive Rust 🦀, a multi-day Rust course developed by the Android team. The course covers all aspects of Rust, from basic syntax to ge…
GitHub 项目简介: This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
README: The course is used internally at Google to teach Rust to experienced software engineers, typically with a background in C++ or Java.
README: The course is less ideal for self-study, since you would miss out on classroom discussions. You would not see the questions and answers, nor the compiler errors we trigger when go…
README: First, install Rust by following the instructions on https://rustup.rs/. Next, install Bazel via the Bazelisk version manager. Then clone this repository: ```shell git clone https…