Crate indradb_plugin_host[][src]

Expand description

Infrastructure for IndraDB plugins.

Modules

Macros

Libraries use this macro to register their plugins.

Structs

A declaration of a plugin.

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

A plugin error.

Traits

Plugins should implement this trait.