lemme in@lemm.ee to Programming@programming.dev · 4 days agoThe US government wants devs to stop using C and C++www.theregister.comexternal-linkmessage-square84fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkThe US government wants devs to stop using C and C++www.theregister.comlemme in@lemm.ee to Programming@programming.dev · 4 days agomessage-square84fedilink
minus-squareScreaminOctopus@sh.itjust.workslinkfedilinkEnglisharrow-up0·3 days agoIn my understanding, you can’t interface with the C abi without using an unsafe block.
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up0·2 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.
In my understanding, you can’t interface with the C abi without using an 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.