Rust is a systems programming language, that describes itself as a ‘safe, concurrent, practical language’. Because Rust supports cross compilation since its early stages and provides a platform agnostic standard library, it seems to be a perfect fit to develop native, high-performant graphical desktop applications. I therefore set out to…