nagisa / rust_libloading

Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.
https://docs.rs/libloading
ISC License
1.22k stars 100 forks source link

Idea: Switch to windows-sys #118

Closed ankane closed 1 year ago

ankane commented 1 year ago

Hi, thanks for this library!

Microsoft now provides Rust bindings for Windows, so think it'd be nice to move to that at some point. I tried here, but wasn't able to figure out this line (and a few others in the diff need work), but it may provide a good starting point for someone else.

ankane commented 1 year ago

Great, thanks @vthib and @nagisa!