pub fn audit_binding(
contracts: &[(&str, &Contract)],
binding: &BindingRegistry,
) -> BindingAuditReportExpand description
Audit the binding registry against a set of contracts.
For each contract, checks whether its equations have a corresponding binding entry and reports coverage gaps.