Using Rust in Qt project.
Solved
General and Desktop
-
Hello all!
If anyone interested in using Rust with Qt application here the example of how to use it without rust-qt-binding-generator
This example based on using Rust static library that built with C-interface. It's pretty much strait forward approach, just build Rust Static Library and attach it to Qt project. All of this examples based on:
All of it is working perfectly with iOS/MacOS and Android of all archs. For Windows and Linux - don't know, but my suggestions it will be Ok too. Just install additional targets for Rust compiler and perform cross compilations for each of requested platforms.
If you interested in using Rust with native iOS application then follow this examples published by me:
-