gtk-rs / gir

Tool to generate rust bindings and user API for glib-based libraries
https://gtk-rs.org/gir/book/
MIT License
237 stars 107 forks source link

Add support for C bitfields #465

Open sdroege opened 7 years ago

sdroege commented 7 years ago

Blocked by https://github.com/rust-lang/rfcs/issues/314 but we need that for the remaining types missing in glib-sys, etc.

GuillaumeGomez commented 5 years ago

Is it done?