How Glib-rs works, part 2: Transferring lists and arrays

from blog Federico's Blog, | ↗ original
(First part of the series, with index to all the articles) In the first part, we saw how glib-rs provides the FromGlib and ToGlib traits to let Rust code convert from/to Glib's simple types, like to convert from a Glib gboolean to a Rust bool and vice-versa. We also …