//! End-to-end entity resolution pipeline: ingestion, blocking, comparison, scoring, and clustering.
//!
//! # Feature flags
//!
//! | Flag | Description |
//! |------------------|---------------------------------------------------------------------------------|
//! | `collect-pairs` | Collect all scored pairs after judging for PR-AUC / optimal-threshold analysis. Incurs allocation cost proportional to candidate pair count; disable in production. |
pub use BatchReport;
pub use ;
pub use ;
pub use ;
pub use ;
pub use PipelineEvent;