Re-exports§
pub use exports_types::InitImports;pub use exports_types::ModuleExportsForHost;
Modules§
Structs§
Enums§
Functions§
- forcibly_
reinit_ ⚠dbghelp - Don’t use it unless you really need to. Forcibly terminates and reinitializes dbghelp.dll for backtraces on Windows.
- init⚠
- Currently, it’s only needed for Windows for backtraces (for example,
std::backtrace::Backtrace) to work correctly in modules. And it also needed for background threads check. Can be called before creating any backtraces and threads ifload_modulepanics due to already loadeddbghelp.dll. - load_
module ⚠ - Loads a module (dynamic library) by specified path.
- load_
module_ ⚠with_ options - See
load_module.