1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-18 16:33:09 +02:00

8 lines
222 B
Markdown
Raw Normal View History

2022-12-21 16:36:30 +01:00
# AIDL
The [Android Interface Definition Language
2022-12-21 16:02:37 +00:00
(AIDL)](https://developer.android.com/guide/components/aidl) is supported in Rust:
2022-12-21 16:36:30 +01:00
* Rust code can call existing AIDL servers,
* You can create new AIDL servers in Rust.