Hacker News new | ask | show | jobs
by nicce 426 days ago
To generate safer C?
1 comments

Compiling Rust to C doesn’t simplify interoperability. Either way you’ll be calling C functions. I assume compiling Rust to C is useful if you’re targeting some esoteric platform that Rust compiler doesn’t support.