alphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 6 months agoLet's do micro servicesh.itjust.worksimagemessage-square78fedilinkarrow-up1674arrow-down157
arrow-up1617arrow-down1imageLet's do micro servicesh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 6 months agomessage-square78fedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up23·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.
minus-squareRageAgainstTheRich@lemmy.worldlinkfedilinkarrow-up1·5 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…