kenz-gelsoft / wxRust

A Rust binding of the wxWidgets cross platform toolkit.
Other
134 stars 19 forks source link

replace extern fn generator from my own to rust-bindgen #4

Closed kenz-gelsoft closed 11 years ago

kenz-gelsoft commented 11 years ago

The rust-bindgen handles not only functions but also constants or struct definitions. And it may help generating OOP style wrapper with its AST output that may be handled more easily than wild header files.