Crates.io | glib-2-0-sys |
lib.rs | glib-2-0-sys |
version | 0.46.4 |
source | src |
created_at | 2015-01-25 10:53:02.346938 |
updated_at | 2015-12-16 00:01:56.610782 |
description | Import crate for GLib |
homepage | |
repository | https://github.com/gi-rust/glib-sys.git |
max_upload_size | |
id | 873 |
size | 250,818 |
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.