Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
.github/ | H | 03-May-2022 | - | 2 | 1 | |
clone_tests/ | H | 03-May-2022 | - | 147 | 132 | |
src/ | H | 03-May-2022 | - | 24,640 | 17,640 | |
tests/ | H | 03-May-2022 | - | 337 | 265 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
.cargo_vcs_info.json | H A D | 14-Oct-2020 | 74 | 6 | 5 | |
.gitignore | H A D | 09-Apr-2017 | 101 | 13 | 12 | |
.gitmodules | H A D | 09-Apr-2017 | 160 | 7 | 6 | |
.travis.yml | H A D | 14-Oct-2020 | 2.9 KiB | 105 | 104 | |
COPYRIGHT | H A D | 14-Oct-2020 | 2.5 KiB | 69 | 65 | |
Cargo.toml | H A D | 14-Oct-2020 | 2.2 KiB | 88 | 72 | |
Cargo.toml.orig-cargo | H A D | 14-Oct-2020 | 1.4 KiB | 56 | 49 | |
Gir.toml | H A D | 10-Sep-2020 | 14.7 KiB | 605 | 586 | |
Gir_GObject.toml | H A D | 19-Apr-2019 | 537 | 35 | 29 | |
LICENSE | H A D | 09-Apr-2017 | 1.1 KiB | 23 | 17 | |
Makefile | H A D | 17-Jun-2019 | 880 | 36 | 26 | |
README.md | H A D | 14-Oct-2020 | 816 | 19 | 11 | |
appveyor.yml | H A D | 14-Oct-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