Why does the object instance I retrieve via libloading make the program to segfault despite lifetime contraints? – Debian
I am beginning with Rust and I design a plugin mechanism based on libloading as learning opportunity, beside the Rust book. I am unsure if the issue I have is due to misunderstanding with Rust or libloading, or if there…