Moving from C to Rust for embedded development [video]

Writing production-grade firmware is hard, but maybe we’re making it harder than it needs to be.Join me in exploring some of the common pitfalls of embedded … Read more

Similar

Working with Strings in Rust

There's a question that always comes up when people pick up the Rust programming language: why are there two string types? Why is there String, and &str? My Declarative Memory Management article answers the question partially, but there is a lot more ... (more…)

Read more »