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

unix: expose with_dlerror to the end users #139

Closed nagisa closed 6 months ago

nagisa commented 6 months ago

Useful for those who are using platform-specific openers like dlmopen.