Rust: Turtles All the Way Down

A 10-minute lightning talk explaining two features of rust that no other popular language has.Start your Rust journey here: https://doc.rust-lang.org/stable/… Read more

Similar

Implementing `Flatmap` in Rust

Not too long ago I happened to watch @jonhoo's Crust of Rust stream on iterators. He implemented the standard library function flatten and along the way explained bits and pieces of Rust's trait system. In the stream, he recommends implementing flat_map a... (more…)

Read more »