Skip to main content

PLUGIN_API_VERSION

Constant PLUGIN_API_VERSION 

Source
pub const PLUGIN_API_VERSION: u32 = 1;
Expand description

Current plugin API version.

Plugins built against a different API version will be rejected at load time. This is bumped whenever the EmitterPlugin or TypeMapper trait changes in a backward-incompatible way.