16 unstable releases (3 breaking)
Uses old Rust 2015
0.46.4 | Nov 8, 2015 |
---|---|
0.46.0 | Oct 23, 2015 |
0.1.1 | Jun 11, 2015 |
0.0.8 | Mar 26, 2015 |
#42 in #glib
45 downloads per month
Used in 3 crates
215KB
3.5K
SLoC
This project provides a Rust FFI import crate for GLib.
Used as a dependency, it links the platform library as specified by
pkg-config module glib-2.0
, and exports function declarations, data
types and constants needed to call functions of the C library API.
The source code for this library is generated from GObject introspection data using grust-gen.