Is there a crate providing bindings to the Qt C++ API?
The Rust Programming Language Forum
Is there a crate providing bindings to the Qt C++ API?
I would like to use Qt via the procedural style (as opposed to the declarative QML) and so far have found multiple crates that allow writing a QObject subclass in Rust and exposing it to QML/C++ (cxx-qt, qmetaobject, ...), but not many that provide bindings to call Qt C++ constructors and methods from Rust. Two projects that i found to accomplish this are Riateche's ritual bindings and qtrs, however the ritual bindings are unsafe and target Qt 5, and qtrs has bindings for only a few widgets. D...
0 comments
No comments yet.