/Sandboxed-Rust-C-Bridge

A sandboxed Rust C-Bridge example for a MacOS app.

Primary LanguageSwiftGNU General Public License v3.0GPL-3.0

Sandboxed-Rust-C-Bridge

A sandboxed Rust C-Bridge example for a MacOS app.

Derived from @fluffyemily's "Building and Deploying a Rust library on iOS" Mozilla post here:

Further Reading

Another great website on how to bridge Rust to all sorts of languages:

Further reading about Rust's Alternative representation, repr(C)