Hacker News new | ask | show | jobs
by Georgelemental 1493 days ago
> correct me if I'm wrong

Rust can use the C calling convention to call C functions or export functions to C code, but this requires extra annotations. By default, Rust uses its own unstable ABI.