Emily Toop
Emily Toop
Figure out how to autogenerate bindings for JNI, Swift & JS flavours automatically. Should utilise existing tools where possible (e.g. [cbindgen](https://github.com/eqrion/cbindgen))
Create a new project that uses the Toodle app created in `complex objects` as a base but that will use mentat as a data store instead of SQLite
Complex Rust example app Toodle is available on iOS only. Implement app on Android using the same library but with added JNI.
Basicallly automate the setup steps described in the basic project.
Currently, all data calls are synchronous which could cause problems when things go wrong. Enable the ability to set an async callback in the native platform that is called from...
Current basic project is only available in iOS and Android. Enable project to be called from Javascript too. This should cover: Node XPCOM
It would be pretty awesome of we could provide appropriate packages for the relevent dependency management tools that our platforms might use, so that all clients have to do is...