Available on crate feature
module only.Expand description
This module provides tools to load symbols from external libraries/plugins.
Modules§
- error
- This module describes possible errors when attempting to load modules.
- library
- This module contains various library types.
- loader
- This module contains the implementation of the module loader.
- metadata
- Utilities around module metadata.
Structs§
- Module
- This represents a module shared object.
Constants§
- RUSTC_
VERSION - The rustc version being used (note this version includes the null terminator for simplified generation.
Type Aliases§
- Result
- The type of result when managing module.