nagisa / rust_libloading

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

unix: expose with_dlerror to the end users #139

Closed nagisa closed 8 months ago

nagisa commented 8 months ago

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