Why Rust is meant to replace C
Evrone has found use of Rust in a lot of projects, and our engineers have amassed substantial experience with the language... (more…)
Read more »In the previous post we explored the use of generic types in Rust and some of the common reasons for doing so. In this post, I’d like to take a step back and look at the full spectrum of options Rust makes available for accomplishing polymorphism, and get… Read more