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.
Quick example project to show how to use Rust uniffi-swift with async/await to share code between cross platform apps.
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.