lemme in@lemm.ee to Programming@programming.dev · 6 months agoThe US government wants devs to stop using C and C++www.theregister.comexternal-linkmessage-square92linkfedilinkarrow-up1222arrow-down120cross-posted to: [email protected][email protected]
arrow-up1202arrow-down1external-linkThe US government wants devs to stop using C and C++www.theregister.comlemme in@lemm.ee to Programming@programming.dev · 6 months agomessage-square92linkfedilinkcross-posted to: [email protected][email protected]
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up1arrow-down1·5 months agoYou can just use an unsafe block though. Or make a thin wrapper that is just safe functions that inside just have an unsafe block with the C ABI function. Even if rust had a stable ABI, you would still need that unsafe block.
You can just use an unsafe block though. Or make a thin wrapper that is just safe functions that inside just have an unsafe block with the C ABI function.
Even if rust had a stable ABI, you would still need that unsafe block.