Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 642 Bytes

File metadata and controls

12 lines (7 loc) · 642 Bytes

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: