A rarely touted strength of Rust is “write once, compile anywhere”. This talk explores how this approach can be leveraged to develop complex projects in 100% Rust even though they span vastly different platforms, e.g. a fleet of embedded devices reporting data to the cloud which processes it and renders it on a web (or native!) client, leading to very low friction and strong vertical integration.
Includes a live-demo!