Derived from @fluffyemily's "Building and Deploying a Rust library on iOS" Mozilla post here:
- Mozilla Article: https://mozilla.github.io/firefox-browser-architecture/experiments/2017-09-06-rust-on-ios.html
- Article Github: https://github.com/fluffyemily/cross-platform-rust
- Article PDF: https://github.com/mikeumus/Sandboxed-Rust-C-Bridge/blob/master/Building%20and%20Deploying%20a%20Rust%20library%20on%20iOS.pdf
Another great website on how to bridge Rust to all sorts of languages:
Further reading about Rust's Alternative representation, repr(C)