Expand description

Infrastructure for IndraDB plugins.

Modules

Macros

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

Traits

  • Plugins should implement this trait.