@ZILtoid1991 to Programmer [email protected] • 3 months agoIt's official, Rust is an anti C/C++ elitist slurimagemessage-square97arrow-up1410arrow-down131
arrow-up1379arrow-down1imageIt's official, Rust is an anti C/C++ elitist slur@ZILtoid1991 to Programmer [email protected] • 3 months agomessage-square97
minus-square@[email protected]linkfedilink4•edit-23 months agoHmm. So I guess it comes down to what OP is doing. They either want to write a Rust library, or something that uses a Rust library that may not be standardised or even exist yet. If the latter, they should stick with C.
minus-square@[email protected]linkfedilink3•3 months agoWriting C bindings to a Rust library is the easier scenario because you can rely on the safe code having nice and clean memory semantics.
Hmm. So I guess it comes down to what OP is doing. They either want to write a Rust library, or something that uses a Rust library that may not be standardised or even exist yet. If the latter, they should stick with C.
Writing C bindings to a Rust library is the easier scenario because you can rely on the safe code having nice and clean memory semantics.