I'm busy revamping windows-bindgen to deal with a number of issues and make it a lot more flexible.
One potential issue is whether we still need to sort function declarations by exporting library to avoid Rust compiler inefficiencies.
@ChrisDenton do you happen to know if that's still an issue with raw-dylib?
I'll probably still need to support some version of this for windows-sys generation, at least for now.
I'm busy revamping
windows-bindgento deal with a number of issues and make it a lot more flexible.One potential issue is whether we still need to sort function declarations by exporting library to avoid Rust compiler inefficiencies.
@ChrisDenton do you happen to know if that's still an issue with
raw-dylib?I'll probably still need to support some version of this for
windows-sysgeneration, at least for now.