Librsvg's GObject boilerplate is in Rust now

from blog Federico's Blog, | ↗ original
The other day I wrote about how most of librsvg's library code is in Rust now. Today I finished porting the GObject boilerplate for the main RsvgHandle object into Rust. This means that the C code no longer calls things like g_type_register_static(), nor implements rsvg_handle_class_init() and such; all those are …