AIDL
๋ฌ์คํธ๋ ์๋๋ก์ด๋ ์ธํฐํ์ด์ค ์ ์ ์ธ์ด(AIDL)์ ์ง์ํฉ๋๋ค:
- ๋ฌ์คํธ ์ฝ๋๋ ๊ธฐ์กด AIDL ์๋ฒ๋ฅผ ํธ์ถ ํ ์ ์์ต๋๋ค.
- ๋ฌ์คํธ์์ ์๋ก์ด AIDL ์๋ฒ๋ฅผ ์์ฑํ ์ ์์ต๋๋ค.
The Android Interface Definition Language (AIDL) is supported in Rust:
- Rust code can call existing AIDL servers,
- You can create new AIDL servers in Rust.