Registry / other / qt-core

qt-core

JSON →
library0.5.0rscratesunverified

Rust bindings for the QtCore C++ library, providing core non-GUI functionality.

# Cargo.toml [dependencies] qt_core = "0.5.0"
INSTALL
IMPORT
SIG · QT-CORE
Q
qt-core
otherrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QString
use qt_core::QString;

Creates a Qt QString from a Rust string and converts it back.

use qt_core::QString; fn main() { let s = QString::from_std_str("Hello"); println!("{}", s.to_std_string()); }
Debug
Known issues
gotchaRequires Qt libraries installed on the system; linking may fail without proper Qt setup.
fix
Install Qt development libraries (e.g., qt5-default or qt6-base-dev) and set the appropriate environment variables.
affects: >=0.1.0
Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
qt-core — cargo add qt-core · libregistry