15 unstable releases (3 breaking)
Uses old Rust 2015
0.46.4 | Nov 8, 2015 |
---|---|
0.46.3 | Nov 8, 2015 |
0.46.1 | Oct 23, 2015 |
0.2.0 | Sep 18, 2015 |
0.0.3 | Jan 31, 2015 |
#10 in #gobject
40 downloads per month
Used in 2 crates
59KB
964 lines
This project provides a Rust FFI import crate for GObject.
Used as a dependency, it links the platform library as specified by
pkg-config module gobject-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.
Dependencies
~270KB