Introduction to Traits in Rust

How not to rely on inheritance As opposed to many languages, Rust doesn’t have a concept of inheritance, relying instead on Traits. In this talk, we’ll talk … Read more

Similar

Revisiting a ‘Smaller Rust’

A bit over a year ago, I wrote some notes on a “smaller Rust” - a higher level language that would take inspiration from some of Rust’s type system innovations, but would be simpler by virtue of targeting a domain with less stringent requirements for user... (more…)

Read more »