Learn how to use Rust to write native iOS apps. Rust is a modern programming language that is designed for safety and performance. It is a great choice for iOS development because it can help you to avoid common security vulnerabilities and ensure that your apps are reliable and efficient.
A tutorial to create a new Rust library, compile it as a static library for iOS, and use it in an Xcode project. We then automate a convenient development workflow and explore some of the data types and callbacks that you can use to communicate between Rust and Swift over a C-based FFI.
Online notes and exercises: https://github.com/thombles/dw2019rust
#rust #ios #mobile-app