alphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 6 months agoLet's do micro servicesh.itjust.worksimagemessage-square71fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageLet's do micro servicesh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 6 months agomessage-square71fedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up0·6 months agoIf you mean lambdas like in python where you say lambda x: x+1, they are called closures in rust, try searching for that instead.
If you mean lambdas like in python where you say
lambda x: x+1
, they are calledclosure
s in rust, try searching for that instead.