cross-platform-rust
This is an example project showing a Rust library building for and running on multiple platforms.
If you want to create a simple Rust library that passes primitives to calling code on both iOS and Android, check out the basic
project.
If you want to create a Rust library that passes more complex objects, check out the complex
project.
You can read the blog posts for which this is an example: