mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-19 00:43:18 +02:00
8 lines
220 B
Markdown
8 lines
220 B
Markdown
|
# AIDL
|
||
|
|
||
|
The [Android Interface Definition Language
|
||
|
(AIDL)](https://developer.android.com/guide/components/aidl) is support in Rust:
|
||
|
|
||
|
* Rust code can call existing AIDL servers,
|
||
|
* You can create new AIDL servers in Rust.
|