This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Olivia 🦀
iolivia.me
did:plc:vzpcrjmmykn3cx4kpieaawsb
🧮 Implementing Add and Sub traits in #rustlang
The std::ops module allows us to overload basic operators such as + or - on custom types by implementing specific traits, like Add and Sub https://doc.rust-lang.org/std/ops/index.html
Let's see why you would want to do that, how and the benefits 🧵 👇
2025-03-13T08:05:04.250Z