Skip to main content

Module plugin_c

Module plugin_c 

Source
Expand description

C-style plugin interface.

§RSSN Plugin System

Defines the core traits and data structures for the rssn plugin architecture.

Structs§

PluginError
A specialized error type for plugin-related failures.

Enums§

PluginErrorKind
Represents the kind of error that a plugin can encounter.
PluginHealth
Represents the health status of a plugin.

Traits§

Plugin
The central trait that all rssn plugins must implement.