swift-bridge 0.1.59

Generate FFI bindings for safe interop between Rust and Swift.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  BridgingHeader.h
//  SwiftRustIntegrationTestRunner
//
//  Created by Frankie Nwafili on 11/14/21.
//

#ifndef BridgingHeader_h
#define BridgingHeader_h

#include "../Generated/SwiftBridgeCore.h"
#include "../Generated/swift-integration-tests/swift-integration-tests.h"

#endif /* BridgingHeader_h */