Does anyone know if there's an up-to-date program to generate #Rust #bindings to #GObjectIntrospection files? Nothing important really, I'm just messing around, trying to use #at-spi (one of #Gnome's accessibility libraries) from Rust. I could just generate bindings from the C library the old-fashioned way, but I'd love to use #GIR if I can.
I found https://github.com/gi-rust/grust-gen, but it doesn't work and hasn't been updated since early 2018.
#gir #gnome #at #GObjectIntrospection #bindings #rust