Hacker News new | ask | show | jobs
by bluejekyll 1104 days ago
I believe Rust guarantees ABI stability through the C FFI, what it doesn’t guarantee is a Rust <—> Rust stable ABI (unless you use Rust <-> C <-> Rust).