Skip to main content

PLUGIN_API_VERSION

Constant PLUGIN_API_VERSION 

Source
pub const PLUGIN_API_VERSION: u32 = PLUGIN_API_VERSION_V3; // 3u32
Expand description

Latest API version this crate’s PluginVTable exposes. Plugin authors set this as the api_version field. When future versions of this crate append a field, this constant bumps by 1.