New Rust course by Android: Comprehensive Rust 🦀

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. comprehensive-rust

    This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.

    The course is now open-sourced on https://github.com/google/comprehensive-rust and you can read it on https://google.github.io/comprehensive-rust/! I've been teaching it internally for the last few months and people seem to like it. I hope it'll be useful for other organizations that want to teach Rust to their developers.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. book

    The Rust Programming Language

    How is the course different from other excellent resources such as Rust book and Rust by Example? It's mostly different in the way it presents things:

  4. mdBook

    Create book from markdown files. Like Gitbook but implemented in Rust

    All credit goes to the mdbook people for this! I'm using it to turn Markdown text into HTML, complete with interactive playgrounds and all :-)

  5. android-rust-template

    a template for including a Rust library in an Android project

    it is similar, yes. but there is no direct support in the build system tooling or official documentation. here’s a minimal example of getting a Rust integration in an app that i cobbled together from blog posts

  6. ndk

    The Android Native Development Kit

    We have looked into what work would be required to support Rust in the NDK, but even if we did it (which is not certain!) it's a lot of work. Today, we're mainly investing in the lower-level work (compiler changes for some of the complexity around linkage on android, etc.). Feel free to follow along / make suggestions here: https://github.com/android/ndk/issues/1742

  7. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Effective Rust

    3 projects | news.ycombinator.com | 15 Jun 2023
  • A guide to error handling in Rust

    3 projects | news.ycombinator.com | 9 Nov 2022
  • Extracting code snippets for LaTeX inclusion

    5 projects | /r/rust | 27 Sep 2022
  • Warp Terminal: Revolutionizing Command Line Interfaces with Modern UX and AI

    1 project | dev.to | 12 Apr 2025
  • Programmers I Know – Matthias Endler

    4 projects | news.ycombinator.com | 9 Apr 2025

Did you know that Rust is
the 5th most popular programming language
based on number of references?