Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 472 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 472 Bytes

This project provides a Rust FFI import crate for Gio. Used as a dependency, it links the platform library as specified by pkg-config module gio-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.