GitHub - gi-rust/glib-sys: Rust import crate for GLib

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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.