printf - A speculative implementation
January 4, 2023
This post mainly concerns itself with the problem of functions accepting a variable number of parameters. There's a catch though!
Trait implementation in Rust & how inheritance differs from interfaces
February 9, 2024
This post discusses about how inheritance and interface are two entirely different mechanism, how Trait in Rust is an implementation of the interface abstraction & how Trait object is implemented