rust_libloading
rust_libloading copied to clipboard
Support load main process symbol when share library path is null
As the description of dlopen is If the filename is NULL, then the returned handle is for the main program. It looks like libloading don't provide the feature, if filePath is None will cause error
Does os::unix::Library::this do what you need it to?