Available on crate feature
os_unix_shared_lib only.Expand description
Provides shared library access for Unix like systems.
Structs§
- NSTD
Unix Shared Lib - Represents an owned handle to a dynamically loaded library.
Functions§
- nstd_
os_ ⚠unix_ shared_ lib_ free - Closes and frees a loaded shared library.
- nstd_
os_ ⚠unix_ shared_ lib_ get - Returns an immutable opaque pointer to a symbol in a loaded library.
- nstd_
os_ ⚠unix_ shared_ lib_ get_ mut - Returns a mutable opaque pointer to a symbol in a loaded library.
- nstd_
os_ unix_ shared_ lib_ handle - Returns a raw handle to a dynamically loaded library.
- nstd_
os_ ⚠unix_ shared_ lib_ load - Loads a dynamically loaded shared library.
Type Aliases§
- NSTD
Unix Optional Shared Lib - Represents an optional
NSTDUnixSharedLib.