Function Overloading in Rust

A bit over half a year ago I started experimenting with the idea of implementing Fn* traits on custom types. This is what came out of my experimentation… Read more

Similar

Zero-Cost Abstractions in Rust

Last week, Ibrahim Dursun published an article about zero-cost abstractions in Rust. Unfortunately, except for a subpart of the article, this article did not reflect, in my own opinion, correctly what are zero-cost abstractions. (more…)

Read more »