The usage of cxx and cxx-qt associates some architectural things to keep in mind while working on tokodon-rs. * Make sure to use QString in anything that interfaces with QML * Don't overthink `String` to `QString` costs. Converting from `String` in a model is too much for example, but to interface with a Rust api to grab passwords on startup is not.