1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-28 13:17:35 +02:00
Andrew Walbran f3ff5b994b
Fix typo
2022-12-21 16:02:37 +00:00

8 lines
222 B
Markdown

# AIDL
The [Android Interface Definition Language
(AIDL)](https://developer.android.com/guide/components/aidl) is supported in Rust:
* Rust code can call existing AIDL servers,
* You can create new AIDL servers in Rust.