cxx-qt

Crates.iocxx-qt
lib.rscxx-qt
version0.7.0
sourcesrc
created_at2021-12-03 17:55:48.377149
updated_at2024-10-30 17:35:41.800245
descriptionSafe interop between Rust and Qt
homepagehttps://kdab.github.io/cxx-qt/book/
repositoryhttps://github.com/KDAB/cxx-qt/
max_upload_size
id491868
size37,001
Andrew Hayzen (ahayzen-kdab)

documentation

README

CXX-Qt

CXX-Qt is a library that automatically generates code to transfer data between Rust and C++ through common interfaces such as QObjects that can be exposed directly into QML. It relies on the CXX crate internally to achieve this and thus it is recommended that any interactions with Qt that are not covered by the built-in code generators should be done directly in C++ and connected to relevant Rust logic by writing additional CXX code. The CXX-Qt build system is based on CMake, but is compatible with CXX on its own as well.

Commit count: 1414

cargo fmt