70 releases

Uses new Rust 2024

0.22.0-alpha.3 Feb 5, 2026
0.21.5 Dec 2, 2025
0.21.4 Oct 30, 2025
0.21.0 Jul 15, 2025
0.1.0 Jun 14, 2016

#265 in Unix APIs

Download history 172199/week @ 2025-10-27 167519/week @ 2025-11-03 164376/week @ 2025-11-10 169851/week @ 2025-11-17 166709/week @ 2025-11-24 186786/week @ 2025-12-01 185244/week @ 2025-12-08 184863/week @ 2025-12-15 160197/week @ 2025-12-22 158941/week @ 2025-12-29 204605/week @ 2026-01-05 212111/week @ 2026-01-12 235284/week @ 2026-01-19 253173/week @ 2026-01-26 297651/week @ 2026-02-02 314079/week @ 2026-02-09

1,125,221 downloads per month
Used in 1,185 crates (218 directly)

MIT license

4.5MB
115K SLoC

Rust GIO bindings

Rust bindings and wrappers for GIO, part of gtk-rs-core.

GIO 2.56 is the lowest supported version for the underlying library.

Minimum supported Rust version

Currently, the minimum supported Rust version is 1.83.0.

Documentation

Using

We recommend using crates from crates.io, as demonstrated here.

If you want to track the bleeding edge, use the git dependency instead:

[dependencies]
gio = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "gio" }

Avoid mixing versioned and git crates like this:

# This will not compile
[dependencies]
gio = "0.13"
gio = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "gio" }

See Also

License

gio is available under the MIT License, please refer to it.

Dependencies

~1.3–4.5MB
~89K SLoC