354 B
354 B
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
toQString
costs. Converting fromString
in a model is too much for example, but to interface with a Rust api to grab passwords on startup is not.
- Don't overthink