1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-29 20:11:33 +02:00

Remove open-ended Android exercise (#2418)

Despite good intentions, I have not actually been able to make this
work in a classroom.

I suggest we remove it for now and later replace it with a guided
exercise: something where we ask students to write a AIDL client for a
simple system service.
This commit is contained in:
Martin Geisler
2024-10-28 14:24:30 -04:00
committed by GitHub
parent 6e829ff89a
commit 905784e601
3 changed files with 0 additions and 21 deletions

View File

@ -1,15 +0,0 @@
# Exercises
This is a group exercise: We will look at one of the projects you work with and
try to integrate some Rust into it. Some suggestions:
- Call your AIDL service with a client written in Rust.
- Move a function from your project to Rust and call it.
<details>
No solution is provided here since this is open-ended: it relies on someone in
the class having a piece of code which you can turn in to Rust on the fly.
</details>