Community Posts

Last Updated: 2026-04-04
Submit a blog

Calling Rust from iOS

November 18, 2022 - https://burgers.io
I started looking into how I can use Rust in an iOS project, and I wanted to share my first steps. In this article, we’ll create a basic Rust library, a basic SwiftUI app, and we’ll integrate the two. No point in dilly-dallying; let’s get into it. Creating a new Xcode project So first, we need …
Read more about Calling Rust from iOS