Hacker News new | ask | show | jobs
by spullara 3390 days ago
Rust's FFI is the same as C.
1 comments

I'm not sure what exactly you mean by that, but what I was trying to say is that you can't expose Rust directly, you need to expose a C ABI. Which is totally doable, but is not just "drop in Rust code and it works."