alphacyberranger to Programmer [email protected]English • 7 months agoLet's do micro servicesh.itjust.worksmessage-square47fedilinkarrow-up1667
arrow-up1667imageLet's do micro servicesh.itjust.worksalphacyberranger to Programmer [email protected]English • 7 months agomessage-square47fedilink
minus-square@[email protected]linkfedilink23•7 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-square@[email protected]linkfedilink1•7 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…