alphacyberranger to Programmer [email protected]English • 1 year agoLet's do micro servicesh.itjust.worksimagemessage-square77fedilinkarrow-up1656
arrow-up1656imageLet's do micro servicesh.itjust.worksalphacyberranger to Programmer [email protected]English • 1 year agomessage-square77fedilink
minus-square@[email protected]linkfedilink21•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-square@[email protected]linkfedilink1•1 year 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…