Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtk-rs/gir
Tool to generate rust bindings and user API for glib-based libraries
https://github.com/gtk-rs/gir
binding-generator bindings glib gnome gobject gobject-introspection gtk rust
Last synced: about 22 hours ago
JSON representation
Tool to generate rust bindings and user API for glib-based libraries
- Host: GitHub
- URL: https://github.com/gtk-rs/gir
- Owner: gtk-rs
- License: mit
- Created: 2015-06-21T20:29:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T13:11:48.000Z (10 months ago)
- Last Synced: 2024-04-14T02:09:48.683Z (10 months ago)
- Topics: binding-generator, bindings, glib, gnome, gobject, gobject-introspection, gtk, rust
- Language: Rust
- Homepage: https://gtk-rs.org/gir/book/
- Size: 14.4 MB
- Stars: 221
- Watchers: 11
- Forks: 93
- Open Issues: 171
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# GIR
`GIR` is a project that helps for generating safe Rust bindings for GObject based libraries. The generated bindings consists of two parts: FFI (the unsafe 1:1 C API calls from Rust) and the safe high-level safe Rust API.
## How to use
A work in progress book to help with learning how to use `gir` along with a tutorial are available at .
If you intend to contribute to `gir` or make use of `libgir`, the docs are available at / .