Skip to main content

Module info

Module info 

Source

Structs§

PluginInfo
Static metadata about a plugin.

Enums§

PluginCategory

Functions§

category_from_str
Convert a category string to PluginCategory at compile time. Used by the plugin_info!() macro.
fourcc
Helper to convert a 4-char string literal to [u8; 4] at compile time. Panics if the string is not exactly 4 ASCII bytes.
resolve_name_override
Resolve a format’s display-name override. Each wrapper picks its own <format>_name field off PluginInfo and passes the result here along with the PluginInfo::name fallback. Empty overrides (unset or set to "") fall through to fallback.