8 lines
361 B
Swift
Generated
8 lines
361 B
Swift
Generated
// Placeholder Swift source for the RustBridge target.
|
|
// Run `cargo build -p kreuzberg-swift` and then rerun `alef generate` to replace
|
|
// this file with swift-bridge output. See README.md for instructions.
|
|
//
|
|
// This file is intentionally minimal so SwiftPM accepts the target before
|
|
// the cargo build step has been run.
|
|
public enum RustBridgePlaceholder {}
|