Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 07-Aug-2020 | - | ||||
clone_tests/ | H | 07-Aug-2020 | - | 117 | 102 | |
src/ | H | 07-Aug-2020 | - | 23,126 | 16,893 | |
tests/ | H | 07-Aug-2020 | - | 144 | 114 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
COPYRIGHT | H A D | 07-Aug-2020 | 2.5 KiB | 69 | 65 | |
Cargo.toml | H A D | 07-Aug-2020 | 2 KiB | 83 | 68 | |
Gir.toml | H A D | 07-Aug-2020 | 13.1 KiB | 552 | 533 | |
Gir_GObject.toml | H A D | 07-Aug-2020 | 537 | 35 | 29 | |
LGPL | H A D | 07-Aug-2020 | 24.7 KiB | 483 | 400 | |
LICENSE | H A D | 07-Aug-2020 | 1.1 KiB | 23 | 17 | |
Makefile | H A D | 07-Aug-2020 | 880 | 36 | 26 | |
README.md | H A D | 07-Aug-2020 | 816 | 19 | 11 | |
appveyor.yml | H A D | 07-Aug-2020 | 781 | 29 | 25 |
README.md
1# 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) 2 3GLib bindings for Rust. 4 5Alongside GLib bindings, this crate also includes the infrastructure to 6subclass `GObject` for extending libraries like GTK+. A code example can 7be found in the documentation of this crate in the `subclass` module. 8 9- [Gtk-rs project site](http://gtk-rs.org/) 10 11- [Online documentation](http://gtk-rs.org/docs/) 12 13- [Readme](https://github.com/gtk-rs/gtk/blob/master/README.md) in our 14 [main repo](https://github.com/gtk-rs/gtk) 15 16## License 17 18MIT 19