Operator overloading in Rust post updated
Posted on April 17, 2015
by Tommy McGuire
A couple of years ago, back in 0.6 days, I wrote a post on operator overloading in Rust. I've now updated it for Rust 1.0.0-beta, which simplified the code greatly.
As a bonus, it now includes some discussion of Rust macros!