Running GraphQL on Lambda with Rust

I’ve been pleasantly surprised so far at how easy it’s been to write a GraphQL API using Rust. Read more

Similar

Some Rust Thoughts

A while ago, I started reading about the Rust programming language out of curiosity. Many things fascinated me about the language. It has a powerful dependency manager similar to the Swift Package Manager but more thoroughly designed. Unlike Swift, the co... (more…)

Read more »

Rust FFI – Building an ASN1 Codec

The Rust ecosystem comes with all the tools you need to call into a C Library. This is a great way to use existing libraries in your Rust application or library and also a nice way to introduce Rust to parts of your application. (more…)

Read more »