Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Is it compatible with C/C++ libraries (I mean in practice, not that they should work)?

Rust has zero-cost FFI into C, but cannot call into C++ (without it doing an extern "c" of its own) due to lack of a stable ABI.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: