Generics in Rust vs Generics in C#
Welcome to Day 31, and today we are diving into generics. If you are coming from C# this is probably familiar ground. You know and love List
Rust has generics too but with a twist. The syntax might look similar but Rust’s approach gives you some extra control and a few new things to think about.