Building a Rust Driver for PineTime’s Touch Controller
Pretend you’re my IoT student. I give you a PineTime Smart Watch and challenge you to “Make it work… Especially the touch screen!” The… (more…)
Read more »
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