Skip to main content

Module manifest

Module manifest 

Source
Expand description

Static plug-in metadata returned from nautilus_plugin_init.

Structs§

PluginBuildId
Versioned build identifier carried by PluginManifest.
PluginManifest
The static, process-lifetime metadata a plug-in returns from nautilus_plugin_init.
PluginManifestValidationErrors
Manifest validation failures collected by the host loader.

Functions§

compiled_precision_mode
Returns the model precision mode compiled into this crate.

Type Aliases§

PluginInitFn
Signature of the single extern "C" entry symbol every plug-in exports under the name crate::NAUTILUS_PLUGIN_INIT_SYMBOL.