Types instead of strings for 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