Expand description
Infrastructure for IndraDB plugins.
Modules§
Macros§
- register_
plugins - Libraries use this macro to register their plugins.
Structs§
- Plugin
Declaration - A declaration of a plugin.
- Version
Info - Represents the rustc compiler version and the plugin interface version.
When a plugin is loaded, the
VersionInfo
of the server is cross-referenced against theVersionInfo
exported by the plugin. If they don’t match, the plugin fails.
Enums§
- Error
- A plugin error.
Traits§
- Plugin
- Plugins should implement this trait.