Registry / other / qttypes

qttypes

JSON →
library0.2.12rscratesunverified

Manually maintained bindings for Qt value types, providing Rust representations of Qt data structures.

# Cargo.toml [dependencies] qttypes = "0.2.12"
INSTALL
IMPORT
SIG · QTTYPES
Q
qttypes
otherrustv0.2.12
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 qttypes::QString;

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

use qttypes::QString; let s = QString::from("Hello"); println!("{}", s.to_string());
Debug
Known issues
gotchaThese bindings are manually maintained and may lag behind Qt releases; some types may be missing.
fix
Check the repository for updates or contribute missing types.
affects: >=0.2.0
Upgrade
Version history
0.2.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
qttypes — cargo add qttypes · libregistry