Ben Terhechte — journal
--rss
TERHECH.DE #swift #rust #mobile #crossplatform

uniffi-swift-async-example: How to use uniffi-swift with async/await

Quick example project to show how to use Rust uniffi-swift with async/await to share code between cross platform apps.

Mar 20, 2024 641 1 min read 39 words

uniffi-swift-async-example: How to use uniffi-swift with async/await

I’ve created a small github repository that showcases how to create a async await Swift library from a shared codebase written in Rust. You can find it here.