issues
search
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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
refactor: library_filename use string rather than os_string
#160
tisonkun
closed
1 week ago
2
Add `Library::new_with_flags`
#159
tgross35
closed
4 weeks ago
2
`Deref` in `Symbol` can leak a raw function pointer.
#158
lvella
closed
1 month ago
1
reload library cause memory leak
#157
tkkcc
closed
2 months ago
1
Is it possible to catch_unwind library's panic
#156
tkkcc
closed
2 months ago
1
Trying to store loaded function
#155
zxcqirara
closed
2 months ago
6
Add try_as_raw_ptr/as_raw_ptr implementations for Symbol to convert to raw pointer
#154
AlexanderSchuetz97
closed
3 months ago
4
Provide a easy platform independant way of getting the raw pointer from Symbol
#153
AlexanderSchuetz97
closed
3 months ago
4
chore: fix some comments
#152
dashangcun
closed
4 months ago
0
SEGFAULT on macOS when use `dyn Trait` on Symbols
#151
RandomInsano
opened
4 months ago
2
apple: add cfgs for tvos/watchos/visionos
#150
nagisa
closed
4 months ago
2
libloading does not build for aarch64-apple-visionos
#149
coolbluewater
closed
4 months ago
0
Thread-local RefCell containing heap-allocated object produces unexpected library re-loading behavior
#148
collinoc
opened
6 months ago
2
How do you obtain a static symbol from the original program image?
#147
codecnotsupported
closed
6 months ago
2
Loading multiple independent instances the same library?
#146
alshdavid
closed
6 months ago
1
Reflective loading?
#145
JohnScience
opened
7 months ago
3
Support load main process symbol when share library path is null
#144
zhangyuang
opened
7 months ago
1
load a dynamic library crash
#143
FlorentinoJink
closed
7 months ago
1
The specified program cannot be found
#142
zhuyu4839
opened
7 months ago
4
Release 0.8.3
#141
nagisa
closed
8 months ago
0
windows: make windows-sys dev-dependency target-specific
#140
decathorpe
closed
8 months ago
5
unix: expose with_dlerror to the end users
#139
nagisa
closed
8 months ago
0
Release 0.8.2
#138
nagisa
closed
8 months ago
0
Loading dynamic library from memory
#137
rohitjoshi
closed
8 months ago
1
misc: Update windows-sys dep
#136
bilelmoussaoui
closed
8 months ago
1
Library is cached if loaded multiple times
#135
TobiasGrothmann
closed
9 months ago
1
Problems during cross-compilation
#134
piertoni
closed
9 months ago
1
Show OS error in the Display impl on Windows
#133
bjorn3
closed
9 months ago
4
Old version of dynamic library crate used unless filename/location of crate changed.
#132
aram0112
closed
10 months ago
2
Linking against musl fails
#131
jean-airoldie
closed
10 months ago
2
Sorry for the issues, is the unic way to comunicate with you
#130
yes-my-lerdo
closed
1 year ago
0
Add GNU/Hurd support
#129
sthibaul
closed
1 year ago
2
How to add a dll search folder ?
#128
makao007
closed
1 year ago
2
Make Cargo Proud
#127
Snowiiii
closed
1 year ago
0
Question: Is it possible to inject functions into libraries dynamically?
#126
phenax
closed
1 year ago
1
windows: drop dependency on windows-sys
#125
nagisa
closed
8 months ago
6
Relative path doesn't seem to work on Linux
#124
ShayBox
closed
1 year ago
3
Add support for QNX Neutrino
#123
flba-eb
closed
1 year ago
1
use once_cell trouble
#122
JonyTony
opened
1 year ago
0
cant find native static library 'global_static'
#121
echos2019
closed
1 year ago
1
Replace winapi with windows-sys
#120
vthib
closed
1 year ago
16
Not working with wasm
#119
ziyak97
closed
1 year ago
1
Idea: Switch to windows-sys
#118
ankane
closed
1 year ago
1
Using an sqlx database in a loaded async function
#117
ibx34
closed
1 year ago
2
Add endpoint that allows compile time escaped strings
#116
HookedBehemoth
closed
1 year ago
1
Is possible to load C++ class? I got an `undefined symbol` error when trying this.
#115
mojerro
closed
1 year ago
2
Does libloading allow async code?
#114
ra0x3
closed
1 year ago
4
Fix the CI
#113
nagisa
closed
1 year ago
0
`"symbol not found"` error
#112
ra0x3
closed
1 year ago
1
`Symbol::<'lib, T>::into_raw()` is not unsafe
#111
yshui
opened
2 years ago
2
Next