cross-platform-rust icon indicating copy to clipboard operation
cross-platform-rust copied to clipboard

Example project showing a rust library running on iOS

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: