ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 1 month agoIt's official, Rust is an anti C/C++ elitist slurlemmy.worldimagemessage-square83fedilinkarrow-up1107arrow-down16
arrow-up1101arrow-down1imageIt's official, Rust is an anti C/C++ elitist slurlemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square83fedilink
minus-squareEphera@lemmy.mllinkfedilinkarrow-up1·1 month agoYeah, Rust has pretty good integration of it: https://doc.rust-lang.org/nomicon/ffi.html#calling-rust-code-from-c You do lose some of the Rust-y-ness, because obviously the C ABI is much more simplistic, but in terms of a stable ABI, it’s impossible to beat C.
Yeah, Rust has pretty good integration of it: https://doc.rust-lang.org/nomicon/ffi.html#calling-rust-code-from-c
You do lose some of the Rust-y-ness, because obviously the C ABI is much more simplistic, but in terms of a stable ABI, it’s impossible to beat C.