1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-23 14:06:16 +02:00
This commit is contained in:
Andrew Walbran 2022-12-21 16:02:37 +00:00 committed by GitHub
parent 0e6c7e30d7
commit f3ff5b994b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# AIDL
The [Android Interface Definition Language
(AIDL)](https://developer.android.com/guide/components/aidl) is support in Rust:
(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.