ARK-Builders / arklib

Core of the programs in ARK family
MIT License
1 stars 10 forks source link

Experiment: Android/iOS bindings using uniffi-rs #44

Open kirillt opened 10 months ago

kirillt commented 10 months ago

Here is an example: https://github.com/mozilla/uniffi-rs/blob/main/examples/todolist/src/todolist.udl

We have bindings for Android in https://github.com/ARK-Builders/arklib-android but we maintain them manually. Uniffi-rs might help reducing boilerplate and necessity to update bindings manually.

If it also provides equivalent bindings for iOS from the same file, it's especially beneficial.