rust-bindgen
rust-bindgen copied to clipboard
Support casts in macros.
Depends on https://github.com/jethrogb/rust-cexpr/pull/33.
Built-in types are already working, but I don't know how to support custom types since types are parsed after macros.
I made evaluation of Var::ty for custom types lazy, but some types are still missing when generating the output for macro variables.