Skip to main content

PD_ABI_VERSION

Constant PD_ABI_VERSION 

Source
pub const PD_ABI_VERSION: u32 = 1;
Expand description

ABI version that every plugin and the engine must agree on at load time.

Increment this on any breaking change to the structs or function signatures in this crate. The engine rejects plugins whose PdPluginInfo::abi_version does not match.