50 releases

0.19.4 Apr 8, 2024
0.19.3 Mar 19, 2024
0.19.2 Feb 13, 2024
0.18.4 Dec 9, 2023
0.1.0 Jun 14, 2016

#220 in GUI

Download history 41847/week @ 2023-12-23 50953/week @ 2023-12-30 57008/week @ 2024-01-06 55125/week @ 2024-01-13 56884/week @ 2024-01-20 53367/week @ 2024-01-27 53367/week @ 2024-02-03 55672/week @ 2024-02-10 53140/week @ 2024-02-17 55283/week @ 2024-02-24 67150/week @ 2024-03-02 66791/week @ 2024-03-09 70248/week @ 2024-03-16 69394/week @ 2024-03-23 65422/week @ 2024-03-30 55088/week @ 2024-04-06

269,473 downloads per month
Used in 606 crates (169 directly)

MIT license

4MB
102K 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–13MB
~126K SLoC