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

..07-Aug-2020-

clone_tests/H07-Aug-2020-117102

src/H07-Aug-2020-23,12616,893

tests/H07-Aug-2020-144114

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

COPYRIGHTH A D07-Aug-20202.5 KiB6965

Cargo.tomlH A D07-Aug-20202 KiB8368

Gir.tomlH A D07-Aug-202013.1 KiB552533

Gir_GObject.tomlH A D07-Aug-2020537 3529

LGPLH A D07-Aug-202024.7 KiB483400

LICENSEH A D07-Aug-20201.1 KiB2317

MakefileH A D07-Aug-2020880 3626

README.mdH A D07-Aug-2020816 1911

appveyor.ymlH A D07-Aug-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