swift-bridge-ir 0.1.55

Holds the data structures and logic for bridge module parsing and code generation.
Documentation

An intermediate representation of the FFI layer.

Things annotated with the #[swift_bridge::bridge] attribute get parsed into this IR.

This IR is then used to generate the C header files, Objective-C bridging headers, Swift code, and Rust code needed to power Rust + Swift interop.