Skip to main content

host_plugin

Attribute Macro host_plugin 

Source
#[host_plugin]
Expand description

Marks a struct as a host plugin (IPC-based, runs on daemon host).

Requires the host feature on malbox-plugin-sdk.

§Example

#[malbox::host_plugin]
struct MyPlugin;