61 releases

0.20.11 May 16, 2025
0.20.9 Feb 16, 2025
0.20.7 Dec 16, 2024
0.20.6 Nov 12, 2024
0.1.0 Jun 14, 2016

#30 in Database interfaces

Download history 98197/week @ 2025-01-31 109484/week @ 2025-02-07 104775/week @ 2025-02-14 113458/week @ 2025-02-21 114029/week @ 2025-02-28 112307/week @ 2025-03-07 131189/week @ 2025-03-14 121315/week @ 2025-03-21 122868/week @ 2025-03-28 130275/week @ 2025-04-04 123313/week @ 2025-04-11 108934/week @ 2025-04-18 124247/week @ 2025-04-25 118753/week @ 2025-05-02 123787/week @ 2025-05-09 144416/week @ 2025-05-16

532,182 downloads per month
Used in 900 crates (184 directly)

MIT license

4.5MB
107K 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.70.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

~3–11MB
~132K SLoC