Available on crate feature
handover only.Expand description
Control the Kvarn server from the outside.
Plugins can be added using RunConfig::add_plugin.
Structs§
- The arguments passed by
kvarnctlto aPlugin. - A response in reply to the request
kvarnctlsent. - The plugins this Kvarn instance supports.
Enums§
- The kind of response to send back to
kvarnctl. SeePluginResponsefor more details.
Functions§
- Check if
argshas no arguments. If that’s the case, an error with the appropriatePluginResponseis returned. Use theif let Err()pattern to easily return.
Type Aliases§
- A plugin, similar to the
extensions. One can easily be constructed using theplugin!macro.