Crate mist_pdk

Source

Macros§

generate_plugin
Generate plugin boilerplate code.

Traits§

MistPlugin
Trait defining all of a plugin’s methods.

Functions§

pdk_version
Get the crate version that was compiled.

Type Aliases§

InitFunc
Signature of FFI init function.
ShutdownFunc
Signature of FFI shutdown function.
UpdateFunc
Signature of FFI update function.
VersionFunc
Signature of FFI version function.