2 releases
Uses new Rust 2024
| new 0.1.1 | Jul 23, 2026 |
|---|---|
| 0.1.0 | Jul 19, 2026 |
#10 in #gobject
Used in 3 crates
23KB
372 lines
qrtr
Safe Rust bindings for QRTR generated with gir.
This crate currently provides bindings for a single type:
Qrtr::Node
The low-level FFI bindings are provided by the companion crate qrtr-sys, while this crate exposes a safe and idiomatic Rust API generated from the GObject Introspection data.
Requirements
qrtrgobject-introspection- Rust 2021 edition
Example
use qrtr::Node;
// Create and use a Qrtr::Node.
Relationship with qrtr-sys
qrtr-sys: raw FFI bindings to the C library.qrtr: safe, idiomatic Rust bindings generated bygir.
At the moment, only the Qrtr::Node object is exposed. More bindings may be added in the future.
Dependencies
~7–9.5MB
~215K SLoC