not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 4 days agouhn 🥺lemmy.blahaj.zoneimagemessage-square20fedilinkarrow-up1481arrow-down14file-text
arrow-up1477arrow-down1imageuhn 🥺lemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 4 days agomessage-square20fedilinkfile-text
minus-squareZiglin (it/they)@lemmy.worldlinkfedilinkEnglisharrow-up8·4 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-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up5·4 days agoNah I know I was just shitposting lol
minus-squarevithigar@lemmy.calinkfedilinkarrow-up4·4 days agoAlso exists in C#, where it allows you to use pointers.
minus-squaretetris11@feddit.uklinkfedilinkEnglisharrow-up4·edit-24 days agoSome people write their entire codebase within those parentheses. me. I’m talking about me
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up5·4 days agoThey like to live dangerously unsafely
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.Nah I know I was just shitposting lol
Also exists in C#, where it allows you to use pointers.
Some people write their entire codebase within those parentheses.
me. I’m talking about me
Why?
They like to live
dangerouslyunsafely