# glib **Repository Path**: rustup/glib ## Basic Information - **Project Name**: glib - **Description**: from crates.io - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-04 - **Last Updated**: 2024-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # glib [![Build Status](https://travis-ci.org/gtk-rs/glib.png?branch=master)](https://travis-ci.org/gtk-rs/glib) [![Build status](https://ci.appveyor.com/api/projects/status/jphtjb5hr51970fh?svg=true)](https://ci.appveyor.com/project/GuillaumeGomez/glib-l2j1a) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gtk-rs/gtk) GLib bindings for Rust. Alongside GLib bindings, this crate also includes the infrastructure to subclass `GObject` for extending libraries like GTK+. A code example can be found in the documentation of this crate in the `subclass` module. - [Gtk-rs project site](https://gtk-rs.org/) - [Online documentation](https://gtk-rs.org/docs-src/) - [Readme](https://github.com/gtk-rs/gtk/blob/master/README.md) in our [main repo](https://github.com/gtk-rs/gtk) ## License MIT