not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 9 days agouhn 🥺lemmy.blahaj.zoneimagemessage-square20linkfedilinkarrow-up1490arrow-down14file-text
arrow-up1486arrow-down1imageuhn 🥺lemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 9 days agomessage-square20linkfedilinkfile-text
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up10·9 days ago uWu what’s this?
minus-squareZiglin (it/they)@lemmy.worldlinkfedilinkEnglisharrow-up9·9 days agoThe unsafe rust keyword basically just lets you declare a scope in which some memory checks do not need to pass for the program to compile.
minus-squaretetris11@feddit.uklinkfedilinkEnglisharrow-up5·9 days agoSome people write their entire codebase within those parentheses. me. I’m talking about me
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up6·9 days agoThey like to live dangerously unsafely
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up5·9 days agoNah I know I was just shitposting lol
minus-squarevithigar@lemmy.calinkfedilinkarrow-up4·8 days agoAlso exists in C#, where it allows you to use pointers.
minus-squareMinnesotaGoddam@lemmy.worldlinkfedilinkarrow-up2·8 days ago:3 idk should we try the unsafe code?
The
unsaferust keyword basically just lets you declare a scope in which some memory checks do not need to pass for the program to compile.Some people write their entire codebase within those parentheses.
me. I’m talking about me
Why?
They like to live
dangerouslyunsafelyNah I know I was just shitposting lol
Also exists in C#, where it allows you to use pointers.
:3 idk should we try the unsafe code?