KDAB/cxx-qt
Safe interop between Rust and Qt observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 68.5
- age_days: 1736
- days_rel: 9
- days_push: 9
- n_releases_24m: 9
Adoption not part of the score
1537 stars · 108 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CXX-Qt is a set of Rust crates providing safe bidirectional bindings between Rust and Qt via CXX. It lets developers implement QObject subclasses in Rust usable from C++, QML, and JavaScript, with code generation for signals, slots, and properties.
Use cases
- build a Qt GUI application with business logic in Rust
- integrate Rust code into an existing C++ Qt application
- expose Rust structs as QML types with properties and signals
- call Qt C++ APIs from Rust safely
- create cross-platform desktop apps mixing Rust and QML
When to choose
- you want safe, idiomatic Rust-Qt interop rather than raw FFI bindings
- you need QObject subclasses implemented in Rust for QML or C++ use
- you're building a Qt app with Cargo or integrating Rust into a CMake Qt project
When to avoid
- you need a pure-Rust GUI toolkit without C++ dependencies
- you only need simple C++ FFI without Qt-specific features (plain CXX suffices)
- you target platforms where Qt and Rust toolchains aren't both supported
Facets
library · maturity active
sdk developer-tools build-tool cross-platform desktop-applications developer-tools windows rust cpp wasm qt qml ffi cxx bindings gui signals-slots linux macos
3 sources
- readme: https://github.com/KDAB/cxx-qt · fetched 2026-08-28 · f60dec38222c
- homepage: https://kdab.github.io/cxx-qt/book/ · fetched 2026-08-29 · 24de5de4b196
- registry_crates: https://crates.io/api/v1/crates/cxx-qt · fetched 2026-08-29 · 328b1a4e233d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| KDAB/cxx-qt | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem