alphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 1 year agoLet's do micro servicesh.itjust.worksimagemessage-square78linkfedilinkarrow-up1670arrow-down157
arrow-up1613arrow-down1imageLet's do micro servicesh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 1 year agomessage-square78linkfedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up23·1 year 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.
minus-squareRageAgainstTheRich@lemmy.worldlinkfedilinkarrow-up1·11 months agoThankyou so much! It can be hard to figure out when all results give me amazon lambda. Rust and their silly names…
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.Thankyou so much! It can be hard to figure out when all results give me amazon lambda. Rust and their silly names…