rust-qt/ritual
Use C++ libraries from Rust observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3779
- days_rel: n/a
- days_push: 1239
- n_releases_24m: 0
Adoption not part of the score
1279 stars · 57 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust tool that analyzes C++ library APIs and generates fully-featured Rust crates providing access to them. Its primary motivation is enabling Qt usage from Rust, but it works for other C++ libraries too.
Use cases
- use qt from rust
- generate rust bindings for a c++ library
- call c++ code from rust
- create rust crate for cpp api
- bind qt gui library to rust
When to choose
- you need Rust access to a large C++ library API, especially Qt
- you want automated, incremental binding generation with API evolution support
When to avoid
- you need a small one-off FFI binding where hand-written bindgen/cxx is simpler
- you need fully safe Rust APIs - generated access is still unsafe
- you need actively maintained Qt bindings - development has stalled
Facets
library · maturity maintenance
sdk developer-tools cross-platform developer-tools desktop-applications rust cpp cross-platform windows cpp-bindings qt ffi code-generation rust-bindings linux macos
1 source
- readme: https://github.com/rust-qt/ritual · fetched 2026-08-28 · bf963e32a011
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-qt/ritual | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem