Madrid GNOME+Rust Hackfest, part 3 (conclusion)

from blog Federico's Blog, | ↗ original
The last code I wrote during the hackfest was the start of code generation for GObject interfaces. This is so that you can do gobject_gen! { interface Foo { virtual fn frob(&self); } } and it will generate the appropriate FooIface like one would expect with the C versions of interfaces. It turns …