blog | sven kanoldt

sharing thoughts on learning rust, open source projects and other tech stuff

little rust starter hint series: polymorphism and traits

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 ⟶