Popularity
1.6
Stable
Activity
0.0
Stable
34
4
3
Programming language: Rust
qt.rs alternatives and similar packages
Based on the "Qt" category.
Alternatively, view qt.rs alternatives based on common mentions on social networks and blogs.
InfluxDB โ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of qt.rs or a related project?
Popular Comparisons
README
Qt5 binding for Rust language.
qt.rs
This project provides bindings that allow the QT Gui toolkit to be used from the Rust Programming language.
Compiling
depends
git clone https://github.com/kitech/qt.inline.git
mkdir qt.inline/build
cd qt.inline/build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make && make install
qt.rs
git clone https://github.com/kitech/qt.rs.git
cd qt.rs
cargo build
Examples
cargo build --example button
Supported Qt5 modules
- Core
- Gui
- Widgets
- Network
- Qml
- Quick
TODOS
- More Qt modules support
- Global Qt functions support
- Qt enums support
- Qt generic container classes support
- Operator methods support