swift-bridge 0.1.5

Generate FFI bindings for safe interop between Rust and Swift.
Documentation
//
//  SwiftRustIntegrationTestRunnerApp.swift
//  SwiftRustIntegrationTestRunner
//
//  Created by Frankie Nwafili on 11/14/21.
//

import SwiftUI

@main
struct SwiftRustIntegrationTestRunnerApp: App {
    var body: some Scene {
        WindowGroup {
            ContentView()
        }
    }
}