sdroege / gobject-example-rs

Example for exporting a GObject/C API from Rust
41 stars 6 forks source link

WIP: use gbindgen to generate C header #6

Open elmarco opened 3 years ago

sdroege commented 3 years ago

Did you get in touch with the cbindgen people to see how this can be integrated without us having to maintain a fork?

elmarco commented 3 years ago

Did you get in touch with the cbindgen people to see how this can be integrated without us having to maintain a fork?

Not yet, I was hoping we would first discuss it, since it relies on some macro & trait stability. Have you had a chance to review it a bit? I used various "hacks"..

sdroege commented 3 years ago

Not yet, it's on my list of things to review :)