little rust starter hint series: polymorphism and traits
September 05, 2019
Rust is not an OOP language, but there are still ways to implement polymorphism and interfaces in rust. Here we going to explore how traits can be used to introduce interface semantics in Rust on a little hexdump tool.
Read more ⟶