Intro
This installement of my Rust learning series deals with Chapter 12. Operator Overloading
I'm actually a bit wary of operator overloading, as it's easily ab/overused, and objects then behaving in a opaque "magical" way. Sometimes it's just clearer to spell a method out instead of binding it to …