nagisa / rust_libloading

Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.

Home Page:https://docs.rs/libloading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idea: Switch to windows-sys

ankane opened this issue · comments

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.

Great, thanks @vthib and @nagisa!