|
|
|
|
|
by kibwen
3928 days ago
|
|
The C ABI is de facto standardized, the compiler in use doesn't matter. Rust code can expose a C ABI and be compiled into a linkable artifact, and that means that C code can use it as though it were an artifact compiled by any C compiler. |
|
https://lwn.net/Articles/644681/