Files

8 lines
361 B
Swift
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
// 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 {}