//! A small library for composing weighted scoring metrics into score sets.
//!
//! The crate provides:
//! - `Metric32` / `Metric64` for combining a measure, a normalization map, and a weight.
//! - `DynScoreSet32` / `DynScoreSet64` for storing heterogeneous metrics behind trait objects.
pub use ;
pub use ;
pub use ;