Dynamically Linking Rust Crates to Rust Crates

I'd love to use Swift ABI from Rust. extern "C" as the lowest common denominator is too low for Rust, but maybe there's a useful subset of Rust that can be mapped to Swift's ABI to provide useful interfaces for Rust and Swift?

4 Likes