1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-05 10:05:39 +02:00
2024-12-05 15:59:21 -08:00

447 B

AIDL

The Android Interface Definition Language (AIDL) is supported in Rust:

  • Rust code can call existing AIDL servers,
  • You can create new AIDL servers in Rust.
  • AIDL is what enables Android apps to interact with each other.

  • Since Rust is supported as a first-class citizen in this ecosystem, Rust services can be called by any other process on the phone.