nagisa/rust_libloading
Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.
RustISC
Issues
- 3
- 1
Searching for /etc/ld.so.conf?
#161 opened by Anivie - 1
`Deref` in `Symbol` can leak a raw function pointer.
#158 opened by lvella - 1
reload library cause memory leak
#157 opened by tkkcc - 1
Is it possible to catch_unwind library's panic
#156 opened by tkkcc - 6
Trying to store loaded function
#155 opened by zxcqirara - 4
Provide a easy platform independant way of getting the raw pointer from Symbol
#153 opened by AlexanderSchuetz97 - 2
Thread-local RefCell containing heap-allocated object produces unexpected library re-loading behavior
#148 opened by collinoc - 0
- 2
- 1
- 3
Reflective loading?
#145 opened by JohnScience - 1
load a dynamic library crash
#143 opened by FlorentinoJink - 1
- 4
The specified program cannot be found
#142 opened by zhuyu4839 - 1
Loading dynamic library from memory
#137 opened by rohitjoshi - 4
Show OS error in the Display impl on Windows
#133 opened by bjorn3 - 1
Library is cached if loaded multiple times
#135 opened by TobiasGrothmann - 1
Problems during cross-compilation
#134 opened by piertoni - 2
Old version of dynamic library crate used unless filename/location of crate changed.
#132 opened by aram0112 - 2
Linking against musl fails
#131 opened by jean-airoldie - 1
- 0
use once_cell trouble
#122 opened by JonyTony - 0
- 2
How to add a dll search folder ?
#128 opened by makao007 - 1
- 3
Relative path doesn't seem to work on Linux
#124 opened by ShayBox - 1
Idea: Switch to windows-sys
#118 opened by ankane - 1
cant find native static library 'global_static'
#121 opened by echos2019 - 1
Not working with wasm
#119 opened by ziyak97 - 2
Using an sqlx database in a loaded async function
#117 opened by ibx34 - 2
Is possible to load C++ class? I got an `undefined symbol` error when trying this.
#115 opened by mojerro - 4
Does libloading allow async code?
#114 opened by ra0x3 - 1
`"symbol not found"` error
#112 opened by ra0x3 - 4
Nested Dlls will load not found module
#110 opened by Richyeoh - 2
`Symbol::<'lib, T>::into_raw()` is not unsafe
#111 opened by yshui - 2
Does this library support cargo-fuzz?
#107 opened by surechen - 2
loading dylib from rust host program with libloading, recompiling dylib, reloading dylib does not see the new plugin version until the host fully restarts
#108 opened by klebs6 - 9
possibility to read private field handle of library and manual reinitialization
#106 opened by bobi6666 - 1
OwnedSymbol
#104 opened by constvoidptr - 6
Doc fails to build on docs.rs
#101 opened by Gnurfos - 14
- 3
Consider adding libloading::Library::this()
#96 opened by MatrixDev - 4
- 3
about parameter and return value
#88 opened by huanghu578 - 2
Missing dependency?
#92 opened by Ericson2314 - 2
How to access Library as a static variable?
#90 opened by buzmeg - 9
Load the same dll multiple times
#89 opened by chaoxi24 - 5
- 2