gi-rust / grust

GObject introspection bindings for the Rust programming language
GNU Lesser General Public License v2.1
37 stars 3 forks source link

Need a way to represent union values #11

Open mzabaluev opened 10 years ago

mzabaluev commented 10 years ago

Without union support in Rust FFI (mozilla/rust#5492), there is no easy way to represent GValue and other types.