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

Published: 2024-03-20 10:30:30

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

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.