Registry / utility / gio
library0.22.6rscratesunverified

Rust bindings for the Gio library

# Cargo.toml [dependencies] gio = "0.22.6"
INSTALL
IMPORT
SIG · GIO
G
gio
utilityrustv0.22.6
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.

Application
use gio::Application;

Create a basic Gio application.

use gio::Application; fn main() { let app = Application::new(Some("com.example.app"), Default::default()); println!("Gio application created"); }
Debug
Known issues
gotchaRequires GTK/Gio system libraries installed.
fix
Install libgtk-3-dev or equivalent on your system.
affects: >=0.22.0
Upgrade
Version history
0.22.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Resources
gio — cargo add gio · libregistry