Using Rust for AWS Lambdas

Making a performant async lambda using rust : A tutorial, and my experiences along the way… Read more

Similar

Rust-Style Futures in C

All networking applications essentially boil down to stringing together multiple asynchronous calls in the right way. Traditionally for programs written in C this would be done through registering callbacks where the callee either handles the event itself... (more…)

Read more »