lemme in@lemm.ee to Programming@programming.dev · 15 days agoThe US government wants devs to stop using C and C++www.theregister.comexternal-linkmessage-square91fedilinkarrow-up1222cross-posted to: technology@lemmit.online
arrow-up1222external-linkThe US government wants devs to stop using C and C++www.theregister.comlemme in@lemm.ee to Programming@programming.dev · 15 days agomessage-square91fedilinkcross-posted to: technology@lemmit.online
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up1·13 days 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.