5 ms·
Rust supports opting into the C ABI
by tcfhgj 5d ago
Rust supports opting into the C ABI
- teddyh 5d agoSo does any other language which wants to be useful; being able to call C functions is table stakes for a systems programming language. But Rust itself can still only generate static binaries, because Rust doesn’t have a stable ABI.