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… Read more

Similar

This Week in Rust

Hello and welcome to another issue of This Week in Rust! Rust is a systems language pursuing the trifecta: safety, concurrency, and speed. This is a weekly summary of its progress and community. Want something mentioned? Tweet us at @ThisWeekInRust or sen... (more…)

Read more »