• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H03-May-2022-21

clone_tests/H03-May-2022-147132

src/H03-May-2022-24,64017,640

tests/H03-May-2022-337265

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D14-Oct-202074 65

.gitignoreH A D09-Apr-2017101 1312

.gitmodulesH A D09-Apr-2017160 76

.travis.ymlH A D14-Oct-20202.9 KiB105104

COPYRIGHTH A D14-Oct-20202.5 KiB6965

Cargo.tomlH A D14-Oct-20202.2 KiB8872

Cargo.toml.orig-cargoH A D14-Oct-20201.4 KiB5649

Gir.tomlH A D10-Sep-202014.7 KiB605586

Gir_GObject.tomlH A D19-Apr-2019537 3529

LICENSEH A D09-Apr-20171.1 KiB2317

MakefileH A D17-Jun-2019880 3626

README.mdH A D14-Oct-2020816 1911

appveyor.ymlH A D14-Oct-2020781 2925

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