mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-02 07:37:24 +02:00
Despite good intentions, I have not actually been able to make this work in a classroom. I suggest we remove it for now and later replace it with a guided exercise: something where we ask students to write a AIDL client for a simple system service.
806 B
806 B
course, session
course | session |
---|---|
Android | Android |
Welcome to Rust in Android
Rust is supported for system software on Android. This means that you can write new services, libraries, drivers or even firmware in Rust (or improve existing code as needed).
The speaker may mention any of the following given the increased use of Rust in Android:
-
Service example: DNS over HTTP.
-
Libraries: Rutabaga Virtual Graphics Interface.
-
Kernel Drivers: Binder.
-
Firmware: pKVM firmware.