Exercises
๋ง์ง๋ง ์ฐ์ต๋ฌธ์ ๋ ๋น์ ์ ํ๋ก์ ํธ ์ค ํ๋๋ฅผ FFI๋ก ๋ฌ์คํธ์ ์ฐ๊ณ ํด๋ณด๋ ๊ฒ์ ๋๋ค. ๋ช๊ฐ์ง ์์์ ๋๋ค:
- ๋น์ ์ AIDL์๋น์ค๋ฅผ ๋ฌ์คํธ ํด๋ผ์ด์ธํธ์์ ํธ์ถํด๋ด ๋๋ค.
- ๋น์ ์ ํ๋ก์ ํธ์ ํจ์๋ฅผ ๋ฌ์คํธ๋ก ์ฎ๊ธฐ๊ณ ํธ์ถํด๋ด ๋๋ค.
For the last exercise, we will look at one of the projects you work with. Let us group up and do this together. Some suggestions:
Call your AIDL service with a client written in Rust.
Move a function from your project to Rust and call it.