|
|
|
|
|
by OvermindDL1
1514 days ago
|
|
> Is the Rust FFI story much better? So very much so. All the usual C types are available, you even have as much control as even saying that you want to struct laid out as it is in C, doing something as simple as binding a function is just declaring the function like you would in C. As it uses llvm it can even inline across C code, optimize and all just like they were written in the same language if you wish to do that. |
|