check_python_abi

Function check_python_abi 

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

Check for violations of the Python ABI policy.