Types over Strings: Extensible Architectures in Rust

I show how to implement event listeners and dependency injection using Rust’s type system to avoid common errors in stringly-typed versions of these extensible architectures. Read more

Similar

A Primer to Rust Async

This article is not comprehensive on the Rust Async topic but could be an easy overview if you have no idea about Async Programming in Rust or in general. If you are wondering about the new async/await keywords, Futures, and intrigued what Tokio... | Abid... (more…)

Read more »