Rust and Qt
1.
Preparations
1.1.
Setup
1.2.
Tooling check
Tutorial
2.
Idea
3.
CLI
3.1.
Hello World
3.2.
Image filter CLI application
3.3.
Final application
4.
Implementing a library
4.1.
Recreate the project as a workspace
4.2.
Creating the library
4.3.
Using the library in your CLI binary
5.
Qt GUI
5.1.
Setting up the build system
5.2.
Creating the QML GUI
5.3.
QQuickPaintedItem in Rust
5.4.
Adding behavior in Rust
6.
References
Light
Rust
Coal
Navy
Ayu
Workbook for Rust & Qt workshop
References
The Ferrous Systems main training material
The CXX-Qt book
CXX-Qt reference
CXX-Qt-lib reference
CXX-Qt-build reference
The CXX book
The Rust book
Rust standard library reference