Crate indradb_plugin_host

Source
Expand description

Infrastructure for IndraDB plugins.

Modules§

util

Macros§

register_plugins
Libraries use this macro to register their plugins.

Structs§

PluginDeclaration
A declaration of a plugin.
VersionInfo
Represents the rustc compiler version and the plugin interface version. When a plugin is loaded, the VersionInfo of the server is cross-referenced against the VersionInfo exported by the plugin. If they don’t match, the plugin fails.

Enums§

Error
A plugin error.

Traits§

Plugin
Plugins should implement this trait.