1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-04 13:50:28 +02:00

Merge pull request #1 from qwandor/patch-1

Fix typo
This commit is contained in:
Martin Geisler
2022-12-21 17:12:54 +01:00
committed by GitHub

View File

@ -1,7 +1,7 @@
# AIDL # AIDL
The [Android Interface Definition Language 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, * Rust code can call existing AIDL servers,
* You can create new AIDL servers in Rust. * You can create new AIDL servers in Rust.