Archived
1
Fork 0
This repository has been archived on 2025-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
sukai/ARCHITECTURE.md

4 lines
No EOL
354 B
Markdown

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.