AIDL

Android Interface Definition Language (AIDL) підтримується в Rust:

  • Код Rust може викликати існуючі сервери AIDL,
  • Ви можете створювати нові сервери AIDL у 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.