Function check_python_abi

Source
pub fn check_python_abi<'a>(
    python_abi: &Version,
    symbols: impl IntoIterator<Item = Symbol<'a, 'a>>,
) -> Result<BTreeSet<PythonAbiViolation>>
Expand description

Check for violations of the Python ABI policy.