[][src]Function maturin::auditwheel_rs

pub fn auditwheel_rs(
    path: &Path,
    target: &Target,
    manylinux: &Manylinux
) -> Result<(), AuditWheelError>

An (incomplete) reimplementation of auditwheel, which checks elf files for manylinux compliance. Returns an error for non compliant elf files

Only checks for the libraries marked as NEEDED, but not for symbol versions (e.g. requiring a too recent glibc isn't caught).