"I think it's a particularly..." <- > <@larunite:matrix.org> I think it's a particularly interesting point in embedded. The safety arguments can ring quite hollow because at the end of the day, were doing dangerous things with hardware. > > But the usability? Hoo boy it's nice... In comparison with C, where I tried to incorporate a third party dependency into our cmake build and I've never emotionally recovered... “How do you run your program when you write it for the desktop?” “Oh, just `cargo run`. That's all it takes.” “Right. But for embedded you need to build for a different device, flash it, then execute the code. What does that take?” “Well… `cargo run`. Again.”