gir-rust-code-generator

Generate rust source code from gir files
  https://github.com/gtk-rs/gir
  0
  no reviews



GIR is a project that helps generate 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.

The executable is named gir. The usage is outlined in the docs.