An easy way of implementing the Dependency Injection Pattern in Rust
Introduction Dependency Injection is simply said, the idea that your classes should depend on abstraction, i.e. the abstraction...
A simple quaternion library or a lesson in Operator Overloading
Introduction Just for fun and to try out Rust operator overloading capabilities, I decided to write a quaternion...