1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-03 11:09:12 +02:00
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
Go to file
Martin Geisler a0a1398b9b Simplify workflow name
Now that we multiple jobs, this will look better in the GitHut output:
“Build / mdbook (pull_request)” and “Test / mdbook (pull_request)”.
2023-01-03 14:46:25 +01:00
.github/workflows Simplify workflow name 2023-01-03 14:46:25 +01:00
src Add back links to the Rust Book 2023-01-02 10:30:40 +01:00
third_party Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
.gitignore Add Cargo.lock 2023-01-03 14:42:33 +01:00
book.toml Fix svgbob diagrams in dark mode 2022-12-27 17:04:14 +01:00
Cargo.lock Add Cargo.lock 2023-01-03 14:42:33 +01:00
Cargo.toml Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
CONTRIBUTING.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
ga4.js Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
LICENSE.txt Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
README.md Add link to course material 2022-12-21 18:37:55 +01:00
rustfmt.toml Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
svgbob.css Fix svgbob diagrams in dark mode 2022-12-27 17:04:14 +01:00

Comprehensive Rust 🦀

This repository has the source code for Comprehensive Rust 🦀, a four day Rust course developed by the Android team. The course covers all aspects of Rust, from basic syntax to generics and error handling. It also includes Android-specific content on the last day.

Read the course at https://google.github.io/comprehensive-rust/.

Building

The course is built using mdBook and its Svgbob plugin. Install both tools with

$ cargo install mdbook
$ cargo install mdbook-svgbob

Then run

$ mdbook test

to test all included Rust snippets. Run

$ mdbook serve

to start a web server with the course. You'll find the content on http://localhost:3000. You can use mdbook build to create a static version of the course in the book/ directory.

Contact

For questions or comments, please contact Martin Geisler or start a discussion on GitHub. We would love to hear from you.