chinedufn / swift-bridge

swift-bridge facilitates Rust and Swift interop.
https://chinedufn.github.io/swift-bridge
Apache License 2.0
844 stars 62 forks source link

Document motivation for bridge module #301

Closed chinedufn closed 6 days ago

chinedufn commented 6 days ago

This commit introduces documentation explaining why swift-bridge uses a bridge module design, as opposed to, say, a design where users annotate their types with proc macro attributes.