Skip to main content

check_sdk_compatibility

Function check_sdk_compatibility 

Source
pub fn check_sdk_compatibility(
    plugin_name: &str,
    plugin_version: &str,
) -> BinocResult<()>
Expand description

Check whether a plugin’s SDK version is compatible with this host’s SDK.

During 0.x: plugin minor version must be in [MIN_COMPATIBLE_MINOR, host_minor] (same major, patch may differ). After 1.0: plugin major must equal host major, plugin minor <= host minor (standard semver — host is backward-compatible within a major).